feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-03-22 22:13:42 +00:00
parent 6d84301698
commit 8c516ea788
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
20 changed files with 74 additions and 47 deletions

View file

@ -33,6 +33,7 @@ profile systemd-journald @{exec_path} {
@{exec_path} mr,
/etc/systemd/journald.conf r,
/etc/systemd/journald.conf.d/{,**} r,
@{run}/log/ rw,
/{run,var}/log/journal/ rw,

View file

@ -46,8 +46,7 @@ profile systemd-networkd @{exec_path} flags=(attach_disconnected) {
/etc/machine-id r,
/etc/systemd/networkd.conf r,
/etc/systemd/network/ r,
/etc/systemd/network/[0-9][0-9]-*.{netdev,network,link} r,
/etc/systemd/network/{,**} r,
/etc/networkd-dispatcher/carrier.d/{,*} r,

View file

@ -22,6 +22,7 @@ profile systemd-oomd @{exec_path} flags=(attach_disconnected) {
@{exec_path} mr,
/etc/systemd/oomd.conf r,
/etc/systemd/oomd.conf.d/{,**} r,
@{run}/systemd/io.system.ManagedOOM rw,
@{run}/systemd/io.systemd.ManagedOOM rw,

View file

@ -45,6 +45,7 @@ profile systemd-udevd @{exec_path} flags=(attach_disconnected,complain) {
@{bin}/cut rix,
@{bin}/dmsetup rPUx,
@{bin}/ethtool rix,
@{bin}/issue-generator rPUx,
@{bin}/kmod rPx,
@{bin}/less rPx -> child-pager,
@{bin}/ln rix,