feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2025-03-14 21:59:55 +01:00
parent 24b1c816e5
commit cfccb7894d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
19 changed files with 54 additions and 24 deletions

View file

@ -15,8 +15,6 @@ profile hostnamectl @{exec_path} {
capability net_admin,
unix bind type=stream addr=@@{udbus}/bus/hostnamectl/system,
#aa:dbus talk bus=system name=org.freedesktop.hostname1 label=systemd-hostnamed
@{exec_path} mr,

View file

@ -24,6 +24,9 @@ profile systemd-modules-load @{exec_path} flags=(attach_disconnected) {
/etc/modules-load.d/ r,
/etc/modules-load.d/*.conf r,
@{run}/modprobe.d/ r,
@{run}/modprobe.d/*.conf r,
@{sys}/devices/@{pci}/config r,
@{sys}/module/*/initstate r,
@{sys}/module/compression r,

View file

@ -23,6 +23,7 @@ profile systemd-remount-fs @{exec_path} flags=(attach_disconnected) {
@{bin}/mount rix,
/etc/blkid.conf r,
/etc/fstab r,
@{run}/host/container-manager r,

View file

@ -60,6 +60,7 @@ profile systemd-udevd @{exec_path} flags=(attach_disconnected,complain) {
@{bin}/systemctl rCx -> systemctl,
@{bin}/systemd-run rix,
@{bin}/unshare rix,
@{bin}/vmmouse_detect rPUx,
@{lib}/crda/* rPUx,
@{lib}/gdm-runtime-config rPx,