feat(profile): general update.
This commit is contained in:
parent
24b1c816e5
commit
cfccb7894d
19 changed files with 54 additions and 24 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue