feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2023-07-18 22:28:30 +01:00
parent cc3b76d7a4
commit 9c08b36182
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
13 changed files with 20 additions and 3 deletions

View file

@ -31,9 +31,11 @@ profile systemd-backlight @{exec_path} {
@{sys}/devices/pci[0-9]*/**/backlight/**/{uevent,type} r,
@{sys}/devices/pci[0-9]*/**/backlight/**/brightness rw,
@{sys}/devices/pci[0-9]*/**/class r,
@{sys}/devices/pci[0-9]*/**/drm/**/ r,
@{sys}/devices/pci[0-9]*/**/drm/card[0-9]*/**/{max_brightness,actual_brightness} r,
@{sys}/devices/pci[0-9]*/**/drm/card[0-9]*/**/{uevent,type} r,
@{sys}/devices/pci[0-9]*/**/drm/card[0-9]*/**/brightness rw,
@{sys}/devices/pci[0-9]*/**/i2c-[0-9]*/ r,
@{sys}/devices/pci[0-9]*/**/uevent r,
@{sys}/devices/platform/**/leds/*backlight*/brightness rw,