mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 06:06:57 +00:00
Merge pull request #393 from martinpitt/master
apparmor: Fix slave bind mounts
This commit is contained in:
commit
bb2afd6038
@ -13,7 +13,7 @@
|
|||||||
mount -> /usr/lib/lxc/{**,},
|
mount -> /usr/lib/lxc/{**,},
|
||||||
mount fstype=devpts -> /dev/pts/,
|
mount fstype=devpts -> /dev/pts/,
|
||||||
mount options=bind /dev/pts/ptmx/ -> /dev/ptmx/,
|
mount options=bind /dev/pts/ptmx/ -> /dev/ptmx/,
|
||||||
mount options=(rw, slave) -> /,
|
mount options=(rw, make-slave) -> **,
|
||||||
mount fstype=debugfs,
|
mount fstype=debugfs,
|
||||||
# allow pre-mount hooks to stage mounts under /var/lib/lxc/<container>/
|
# allow pre-mount hooks to stage mounts under /var/lib/lxc/<container>/
|
||||||
mount -> /var/lib/lxc/{**,},
|
mount -> /var/lib/lxc/{**,},
|
||||||
|
Loading…
Reference in New Issue
Block a user