feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-04-05 23:55:21 +01:00
parent 000e68fe0a
commit 9aa9f26507
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
21 changed files with 40 additions and 34 deletions

View file

@ -49,9 +49,10 @@ profile system-config-printer @{exec_path} flags=(complain) {
owner /tmp/* rw,
owner @{PROC}/@{pid}/fd/ r,
owner @{PROC}/@{pid}/stat r,
owner @{PROC}/@{pid}/mounts r,
owner @{PROC}/@{pid}/fdinfo/@{int} r,
owner @{PROC}/@{pid}/mountinfo r,
owner @{PROC}/@{pid}/mounts r,
owner @{PROC}/@{pid}/stat r,
owner /dev/tty@{int} rw,

View file

@ -23,7 +23,11 @@ profile system-config-printer-applet @{exec_path} {
/usr/share/system-config-printer/{,**} r,
owner @{HOME}/.xsession-errors w,
owner @{PROC}/@{pid}/mounts r,
/dev/tty rw,
include if exists <local/system-config-printer-applet>
}