Commit 2979abc1 by Stéphane Graber

apparmor: Update profiles for current upstream parser

parent 26d6d1c5
......@@ -2,7 +2,12 @@
capability,
file,
umount,
# The following 3 entries are only supported by recent apparmor versions.
# Comment them if the apparmor parser doesn't recognize them.
dbus,
signal,
ptrace,
# ignore DENIED message on / remount
deny mount options=(ro, remount) -> /,
......
......@@ -2,7 +2,12 @@
capability,
file,
umount,
# The following 3 entries are only supported by recent apparmor versions.
# Comment them if the apparmor parser doesn't recognize them.
dbus,
signal,
ptrace,
# ignore DENIED message on / remount
deny mount options=(ro, remount) -> /,
......
network,
capability,
file,
# The following 3 entries are only supported by recent apparmor versions.
# Comment them if the apparmor parser doesn't recognize them.
dbus,
signal,
ptrace,
# currently blocked by apparmor bug
mount -> /usr/lib/*/lxc/{**,},
......
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