Update profiles.

This commit is contained in:
Alexandre Pujol 2022-02-16 19:18:14 +00:00
parent 3057fea4dc
commit ac39df1af2
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
24 changed files with 81 additions and 26 deletions

View file

@ -32,6 +32,8 @@ profile systemd-logind @{exec_path} flags=(complain) {
/var/lib/systemd/linger/ r,
@{run}/host/container-manager r,
@{run}/utmp rk,
@{run}/udev/tags/master-of-seat/ r,
@ -74,6 +76,7 @@ profile systemd-logind @{exec_path} flags=(complain) {
@{sys}/module/vt/parameters/default_utf8 r,
@{sys}/fs/cgroup/memory/memory.limit_in_bytes r,
@{sys}/fs/cgroup/memory.max r,
@{sys}/devices/virtual/tty/tty[0-9]*/active r,
@{sys}/devices/**/{uevent,enabled,status} r,
@{sys}/devices/**/brightness rw,
@ -89,8 +92,10 @@ profile systemd-logind @{exec_path} flags=(complain) {
@{PROC}/@{pid}/cgroup r,
@{PROC}/@{pid}/comm r,
@{PROC}/@{pid}/fd/ r,
@{PROC}/@{pid}/mountinfo r,
@{PROC}/@{pid}/sessionid r,
@{PROC}/@{pid}/stat r,
@{PROC}/1/cmdline r,
@{PROC}/swaps r,
@{PROC}/sysvipc/{shm,sem,msg} r,