feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2023-04-26 18:39:23 +01:00
parent 8cfc6b4574
commit 1e533ec656
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 10 additions and 3 deletions

View file

@ -22,6 +22,7 @@ profile systemd-machine-id-setup @{exec_path} {
/var/ r,
@{PROC}/1/environ r,
@{PROC}/cmdline r,
@{PROC}/sys/kernel/osrelease r,
owner @{PROC}/@{pid}/stat r,

View file

@ -26,6 +26,9 @@ profile systemd-remount-fs @{exec_path} {
/etc/fstab r,
@{run}/host/container-manager r,
@{run}/mount/utab rw,
@{run}/mount/utab.?????? rw,
@{run}/mount/utab.lock rwk,
@{PROC}/ r,
@{PROC}/1/cmdline r,

View file

@ -66,6 +66,7 @@ profile systemd-udevd @{exec_path} flags=(attach_disconnected,complain) {
/usr/share/hplip/config_usb_printer.py rPUx,
/etc/console-setup/*.sh rPUx,
/etc/network/cloud-ifupdown-helper rPUx,
/etc/machine-id r,