From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: permissions on /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed Date: Wed, 18 Jan 2006 14:53:18 -0500 Message-ID: <20060118195318.GD316@redhat.com> References: <20060118103423.C62755E401E@latitude.mynet.no-ip.org> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20060118103423.C62755E401E@latitude.mynet.no-ip.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: cpufreq-bounces@lists.linux.org.uk Errors-To: cpufreq-bounces+glkc-cpufreq=m.gmane.org+glkc-cpufreq=m.gmane.org@lists.linux.org.uk Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: anders@latitude.mynet.no-ip.org Cc: cpufreq@lists.linux.org.uk On Wed, Jan 18, 2006 at 11:34:23AM +0100, anders@latitude.mynet.no-ip.org wrote: > I'd like for a selected group of users to be able to change the frequency. > However, /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed is: > > -rw-r--r-- 1 root root 4096 Jan 18 11:24 scaling_setspeed > > What's the best way to change that to another group and g+w ? (and no, I don't > want to fiddle with sudo...) it's not really designed to be used on a per-user basis. How can it be ? Imagine one user wants to set the speed low, whilst another wants it high. Dave