feat(profile): general update

This commit is contained in:
Alexandre Pujol 2025-01-20 21:23:31 +01:00
parent e41c5f6055
commit 693259d8c1
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
22 changed files with 42 additions and 25 deletions

View file

@ -8,7 +8,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{lib}/systemd/systemd-fsck
profile systemd-fsck @{exec_path} {
profile systemd-fsck @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/disks-read>

View file

@ -51,12 +51,12 @@ profile systemd-networkd @{exec_path} flags=(attach_disconnected) {
/etc/networkd-dispatcher/carrier.d/{,*} r,
@{att}/ r,
@{att}/@{run}/systemd/notify rw,
owner @{att}/var/lib/systemd/network/ r,
@{run}/systemd/network/ r,
@{run}/systemd/network/*.network r,
@{run}/systemd/notify rw,
owner @{run}/systemd/netif/** rw,
@{run}/udev/data/n@{int} r,

View file

@ -8,7 +8,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{lib}/systemd/systemd-rfkill
profile systemd-rfkill @{exec_path} {
profile systemd-rfkill @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/common/systemd>