Commit b1814e1c by hallyn

Merge pull request #285 from martinpitt/master

apparmor: Allow slave bind mounts
parents 04cda6d1 7987eddb
......@@ -13,6 +13,7 @@
mount -> /usr/lib/lxc/{**,},
mount fstype=devpts -> /dev/pts/,
mount options=bind /dev/pts/ptmx/ -> /dev/ptmx/,
mount options=(rw, slave) -> /,
mount fstype=debugfs,
# allow pre-mount hooks to stage mounts under /var/lib/lxc/<container>/
mount -> /var/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