Unverified Commit 28f9a704 by Wolfgang Bumiller Committed by Christian Brauner

apparmor: allow start-container to change to lxc-**

For generated profiles with apparmor namespaces we get profile names with slashes in them. To match those, we need to allow changing to lxc-**, not just lxc-*. Signed-off-by: 's avatarWolfgang Bumiller <w.bumiller@proxmox.com>
parent 296f7311
......@@ -40,5 +40,6 @@
pivot_root /usr/lib*/*/lxc/**,
change_profile -> lxc-*,
change_profile -> lxc-**,
change_profile -> unconfined,
change_profile -> :lxc-*:unconfined,
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