]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
powercap: restrict energy meter to root access
authorLen Brown <len.brown@intel.com>
Tue, 10 Nov 2020 21:00:00 +0000 (13:00 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Nov 2020 20:16:17 +0000 (21:16 +0100)
commitb72aaa9506b38e68f3476a642d0e42b3071f82bb
treec57506363ca3e437fae64a2472028bb98cdaa104
parent839e9e06c834ab488744eaa91f092c8b1ea0a139
powercap: restrict energy meter to root access

commit 949dd0104c496fa7c14991a23c03c62e44637e71 upstream.

Remove non-privileged user access to power data contained in
/sys/class/powercap/intel-rapl*/*/energy_uj

Non-privileged users currently have read access to power data and can
use this data to form a security attack. Some privileged
drivers/applications need read access to this data, but don't expose it
to non-privileged users.

For example, thermald uses this data to ensure that power management
works correctly. Thus removing non-privileged access is preferred over
completely disabling this power reporting capability with
CONFIG_INTEL_RAPL=n.

Fixes: 95677a9a3847 ("PowerCap: Fix mode for energy counter")
Signed-off-by: Len Brown <len.brown@intel.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/powercap/powercap_sys.c