mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fix(power-profiles): see #101
This commit is contained in:
parent
b53f7559db
commit
ef4ed8ba95
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ profile power-profiles-daemon @{exec_path} flags=(attach_disconnected) {
|
|||
@{sys}/devices/system/cpu/cpufreq/ r,
|
||||
@{sys}/devices/system/cpu/cpufreq/policy[0-9]*/energy_performance_preference rw,
|
||||
@{sys}/devices/system/cpu/cpufreq/policy[0-9]*/scaling_governor rw,
|
||||
@{sys}/firmware/acpi/platform_profile* r,
|
||||
@{sys}/firmware/acpi/pm_profile* r,
|
||||
@{sys}/firmware/acpi/platform_profile* rw,
|
||||
@{sys}/firmware/acpi/pm_profile* rw,
|
||||
|
||||
include if exists <local/power-profiles-daemon>
|
||||
}
|
Loading…
Reference in a new issue