Skip to content
Commit ad1d8313 authored by Michal Privoznik's avatar Michal Privoznik Committed by Rafael J. Wysocki
Browse files

tools / cpupower: Correctly detect if running as root



Some operations, like frequency-set, need root privileges. However,
the way that this is detected is not correct. The getuid() is called,
while in fact geteuid() should be. This way we can allow
distributions or users to set SETUID flags on the cpupower binary if
they want to and let regular users change the cpu frequency governor.

Signed-off-by: default avatarMichal Privoznik <mprivozn@redhat.com>
Acked-by: default avatarThomas Renninger <trenn@suse.de>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 2a813f1a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment