Commit 564ad051 by Stéphane Graber

apparmor: Refresh generated file

parent bde3d22a
...@@ -94,14 +94,15 @@ ...@@ -94,14 +94,15 @@
deny /sys/kernel/debug/{,**} rwklx, deny /sys/kernel/debug/{,**} rwklx,
# allow paths to be made slave, shared, private or unbindable # allow paths to be made slave, shared, private or unbindable
mount options=(rw,make-slave) -> **, # FIXME: This currently doesn't work due to the apparmor parser treating those as allowing all mounts.
mount options=(rw,make-rslave) -> **, # mount options=(rw,make-slave) -> **,
mount options=(rw,make-shared) -> **, # mount options=(rw,make-rslave) -> **,
mount options=(rw,make-rshared) -> **, # mount options=(rw,make-shared) -> **,
mount options=(rw,make-private) -> **, # mount options=(rw,make-rshared) -> **,
mount options=(rw,make-rprivate) -> **, # mount options=(rw,make-private) -> **,
mount options=(rw,make-unbindable) -> **, # mount options=(rw,make-rprivate) -> **,
mount options=(rw,make-runbindable) -> **, # mount options=(rw,make-unbindable) -> **,
# mount options=(rw,make-runbindable) -> **,
# allow bind-mounts of anything except /proc, /sys and /dev # allow bind-mounts of anything except /proc, /sys and /dev
mount options=(rw,bind) /[^spd]*{,/**}, mount options=(rw,bind) /[^spd]*{,/**},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment