feat(profiles): general update.
This commit is contained in:
parent
081308db2f
commit
c750cb1b77
4 changed files with 15 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ include <tunables/global>
|
|||
profile plymouthd @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/dri-common>
|
||||
|
||||
capability sys_admin,
|
||||
capability sys_tty_config,
|
||||
|
|
@ -37,12 +38,12 @@ profile plymouthd @{exec_path} {
|
|||
@{sys}/class/drm/ r,
|
||||
@{sys}/devices/pci[0-9]*/**/drm/card[0-9]/card[0-9]-{HDMI,VGA,LVDS,DP,eDP,Virtual}-*/uevent r,
|
||||
@{sys}/devices/pci[0-9]*/**/drm/card[0-9]/uevent r,
|
||||
@{sys}/devices/pci[0-9]*/**/drm/renderD128/uevent r,
|
||||
@{sys}/devices/virtual/tty/console/active r,
|
||||
@{sys}/firmware/acpi/bgrt/{,*} r,
|
||||
|
||||
@{PROC}/cmdline r,
|
||||
|
||||
/dev/dri/card[0-9]* rw,
|
||||
/dev/ptmx rw,
|
||||
/dev/tty[0-9]* rw,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue