fix(profile): ensure kde-powerdevil can read card state

see #675
This commit is contained in:
Alexandre Pujol 2025-03-23 15:52:12 +01:00
parent 21dfc6ea26
commit 7ef841716e
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -63,7 +63,9 @@ profile kde-powerdevil @{exec_path} flags=(attach_disconnected mediate_deleted)
@{sys}/devices/@{pci}/*_backlight/{,max_,actual_}brightness r,
@{sys}/devices/@{pci}/card@{int}/*/dpms r,
@{sys}/devices/@{pci}/drm/card@{int}/**/{,max_,actual_}brightness r,
@{sys}/devices/@{pci}/drm/card@{int}/**/*_id r,
@{sys}/devices/@{pci}/drm/card@{int}/**/dev r,
@{sys}/devices/@{pci}/drm/card@{int}/**/name r,
@{sys}/devices/@{pci}/drm/card@{int}/*/dpms r,
@{sys}/devices/@{pci}/drm/card@{int}/*/edid r,
@{sys}/devices/@{pci}/drm/card@{int}/*/enabled r,