feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2022-07-03 20:27:48 +01:00
parent 9b84ded0c2
commit f6de2fbe7a
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
28 changed files with 81 additions and 46 deletions

View file

@ -18,6 +18,7 @@ profile plymouthd @{exec_path} {
signal (send) peer=unconfined,
unix type=stream addr="@/org/freedesktop/plymouthd",
unix type=stream peer=(addr="@/org/freedesktop/plymouthd"),
@{exec_path} mr,
@ -27,6 +28,7 @@ profile plymouthd @{exec_path} {
/etc/default/keyboard r,
@{run}/udev/data/+drm:* r,
@{run}/udev/data/c226:* r,
@{sys}/bus/ r,
@{sys}/class/ r,
@ -38,6 +40,8 @@ profile plymouthd @{exec_path} {
@{PROC}/cmdline r,
/dev/dri/card[0-9]* rw,
/dev/ptmx rw,
/dev/tty[0-9]* rw,
include if exists <local/plymouthd>
}