feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-07-15 23:12:39 +01:00
parent 9b2470462f
commit 6cd01064ae
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
27 changed files with 59 additions and 18 deletions

View file

@ -12,6 +12,7 @@ profile systemd-cryptsetup @{exec_path} {
include <abstractions/common/systemd>
include <abstractions/disks-write>
capability dac_read_search,
capability ipc_lock,
capability net_admin,
capability sys_admin,

View file

@ -63,6 +63,7 @@ profile systemd-logind @{exec_path} flags=(attach_disconnected) {
/var/lib/systemd/linger/ r,
@{run}/.#nologin* rw,
@{run}/credentials/getty@tty@{int}.service/ r,
@{run}/host/container-manager r,
@{run}/nologin rw,
@{run}/utmp rk,

View file

@ -52,6 +52,7 @@ profile systemd-udevd @{exec_path} flags=(attach_disconnected,complain) {
@{bin}/more rPx -> child-pager,
@{bin}/multipath rPx,
@{bin}/nfsrahead rix,
@{bin}/nvidia-modprobe rPx -> child-modprobe-nvidia,
@{bin}/pager rPx -> child-pager,
@{bin}/perl rix,
@{bin}/setfacl rix,