feat(profiles): general update.
This commit is contained in:
parent
11cc9bd672
commit
600d929d85
11 changed files with 35 additions and 13 deletions
|
|
@ -38,18 +38,22 @@ profile systemd-udevd @{exec_path} flags=(attach_disconnected complain) {
|
|||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/{,e}grep rix,
|
||||
/{usr/,}bin/cat rix,
|
||||
/{usr/,}bin/chgrp rix,
|
||||
/{usr/,}bin/chmod rix,
|
||||
/{usr/,}bin/cut rix,
|
||||
/{usr/,}bin/ln rix,
|
||||
/{usr/,}bin/logger rix,
|
||||
/{usr/,}bin/mknod rPx,
|
||||
/{usr/,}bin/nohup rix,
|
||||
/{usr/,}bin/perl rix,
|
||||
/{usr/,}bin/readlink rix,
|
||||
/{usr/,}bin/setfacl rix,
|
||||
/{usr/,}bin/unshare rix,
|
||||
/{usr/,}bin/snap rPx,
|
||||
/{usr/,}bin/unshare rix,
|
||||
|
||||
/{usr/,}{s,}bin/* rPUx,
|
||||
/{usr/,}{s,}bin/* rpux,
|
||||
audit /{usr/,}{s,}bin/lvm rux,
|
||||
|
||||
/{usr/,}lib/pm-utils/power.d/* rPUx,
|
||||
/{usr/,}lib/snapd/snap-device-helper rPx,
|
||||
|
|
@ -82,7 +86,7 @@ profile systemd-udevd @{exec_path} flags=(attach_disconnected complain) {
|
|||
/etc/systemd/network/[0-9][0-9]-*.link r,
|
||||
|
||||
@{run}/udev/ rw,
|
||||
@{run}/udev/** rw,
|
||||
@{run}/udev/** rwk,
|
||||
|
||||
@{run}/systemd/network/ r,
|
||||
@{run}/systemd/notify rw,
|
||||
|
|
@ -90,12 +94,13 @@ profile systemd-udevd @{exec_path} flags=(attach_disconnected complain) {
|
|||
|
||||
@{sys}/** rw,
|
||||
|
||||
owner @{PROC}/@{pid}/loginuid r,
|
||||
owner @{PROC}/@{pid}/oom_score_adj rw,
|
||||
owner @{PROC}/@{pid}/fd/ r,
|
||||
@{PROC}/@{pids}/cgroup r,
|
||||
@{PROC}/devices r,
|
||||
@{PROC}/driver/nvidia/gpus/ r,
|
||||
@{PROC}/driver/nvidia/gpus/*/information r,
|
||||
owner @{PROC}/@{pid}/fd/ r,
|
||||
owner @{PROC}/@{pid}/loginuid r,
|
||||
owner @{PROC}/@{pid}/oom_score_adj rw,
|
||||
|
||||
/dev/ rw,
|
||||
/dev/** rwk,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue