mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
fix(full): fix pivot_root rule.
This commit is contained in:
parent
926431da1e
commit
319bea17c3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ profile systemd flags=(attach_disconnected,mediate_deleted) {
|
||||||
mount,
|
mount,
|
||||||
umount,
|
umount,
|
||||||
|
|
||||||
pivot_root @{run}/systemd/mount-rootfs/ -> @{run}/systemd/mount-rootfs/,
|
pivot_root oldroot=@{run}/systemd/mount-rootfs/ @{run}/systemd/mount-rootfs/,
|
||||||
|
|
||||||
change_profile,
|
change_profile,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue