mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 09:35:22 +00:00
Allow fuse mounts in apparmor start-container.
Unprivledged user should be able to do fuse mounts during start-container. Specifically this solves the problem for un-priv fuse mounting via pre-hook. Signed-off-by: Scott Moser <smoser@brickies.net>
This commit is contained in:
parent
1a2da75b6e
commit
4ea0b361f1
@ -20,6 +20,7 @@
|
||||
mount options=(rw, make-shared) -> **,
|
||||
mount options=(rw, make-rshared) -> **,
|
||||
mount fstype=debugfs,
|
||||
mount fstype=fuse.*,
|
||||
# allow pre-mount hooks to stage mounts under /var/lib/lxc/<container>/
|
||||
mount -> /var/lib/lxc/{**,},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user