fix(power-profiles): see #101

This commit is contained in:
Alexandre Pujol 2023-02-08 16:47:52 +00:00
parent b53f7559db
commit ef4ed8ba95
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -56,8 +56,8 @@ profile power-profiles-daemon @{exec_path} flags=(attach_disconnected) {
@{sys}/devices/system/cpu/cpufreq/ r, @{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]*/energy_performance_preference rw,
@{sys}/devices/system/cpu/cpufreq/policy[0-9]*/scaling_governor rw, @{sys}/devices/system/cpu/cpufreq/policy[0-9]*/scaling_governor rw,
@{sys}/firmware/acpi/platform_profile* r, @{sys}/firmware/acpi/platform_profile* rw,
@{sys}/firmware/acpi/pm_profile* r, @{sys}/firmware/acpi/pm_profile* rw,
include if exists <local/power-profiles-daemon> include if exists <local/power-profiles-daemon>
} }