fix: possible hardware blocking issue.

See #296
This commit is contained in:
Alexandre Pujol 2024-02-11 12:41:37 +00:00
parent 738f7cc0c2
commit 4619e13f1b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 8 additions and 1 deletions

View file

@ -26,12 +26,16 @@ profile power-profiles-daemon @{exec_path} flags=(attach_disconnected) {
/var/lib/power-profiles-daemon/{,**} rw,
@{run}/udev/data/+platform:* r,
@{sys}/bus/ r,
@{sys}/bus/platform/devices/ r,
@{sys}/class/ r,
@{sys}/class/power_supply/ r,
@{sys}/devices/@{pci}/uevent r,
@{sys}/devices/**/power_supply/*/scope r,
@{sys}/devices/**/power_supply/*/uevent r,
@{sys}/devices/platform/**/uevent r
@{sys}/devices/system/cpu/*_pstate/{no_turbo,turbo_pct} r,
@{sys}/devices/system/cpu/*_pstate/status r,
@{sys}/devices/system/cpu/cpu@{int}/power/energy_perf_bias rw,