Skip to content

Commit

Permalink
apparmor: Update profiles for current upstream parser
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
  • Loading branch information
stgraber committed Apr 4, 2014
1 parent e2426f0 commit 2a31251
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/apparmor/abstractions/container-base
Expand Up @@ -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) -> /,
Expand Down
5 changes: 5 additions & 0 deletions config/apparmor/abstractions/container-base.in
Expand Up @@ -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) -> /,
Expand Down
5 changes: 5 additions & 0 deletions config/apparmor/abstractions/start-container
@@ -1,7 +1,12 @@
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/{**,},
Expand Down

0 comments on commit 2a31251

Please sign in to comment.