mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
feat(fsp): stack more profile on systemd.
This commit is contained in:
parent
dc46569199
commit
091a93194d
1 changed files with 3 additions and 1 deletions
|
@ -145,8 +145,10 @@ profile systemd flags=(attach_disconnected,mediate_deleted) {
|
|||
/etc/init.d/* Px,
|
||||
/usr/share/*/** Px,
|
||||
|
||||
# stack: systemd-oomd systemd-timesyncd
|
||||
# stack: systemd-networkd systemd-oomd systemd-resolved systemd-timesyncd
|
||||
@{lib}/systemd/systemd-networkd rPx -> systemd//&systemd-networkd,
|
||||
@{lib}/systemd/systemd-oomd rPx -> systemd//&systemd-oomd,
|
||||
@{lib}/systemd/systemd-resolved rPx -> systemd//&systemd-resolved,
|
||||
@{lib}/systemd/systemd-timesyncd rPx -> systemd//&systemd-timesyncd,
|
||||
|
||||
@{lib}/ r,
|
||||
|
|
Loading…
Reference in a new issue