mirror of
git://github.com/lxc/lxc
synced 2025-09-03 07:39:45 +00:00
Merge pull request #1020 from stgraber/master
Also allow fstype=fuse for fuse filesystems
This commit is contained in:
@@ -57,6 +57,7 @@
|
|||||||
mount fstype=mqueue,
|
mount fstype=mqueue,
|
||||||
|
|
||||||
# allow fuse mounts everywhere
|
# allow fuse mounts everywhere
|
||||||
|
mount fstype=fuse,
|
||||||
mount fstype=fuse.*,
|
mount fstype=fuse.*,
|
||||||
|
|
||||||
# allow bind mount of /lib/init/fstab for lxcguest
|
# allow bind mount of /lib/init/fstab for lxcguest
|
||||||
|
@@ -57,6 +57,7 @@
|
|||||||
mount fstype=mqueue,
|
mount fstype=mqueue,
|
||||||
|
|
||||||
# allow fuse mounts everywhere
|
# allow fuse mounts everywhere
|
||||||
|
mount fstype=fuse,
|
||||||
mount fstype=fuse.*,
|
mount fstype=fuse.*,
|
||||||
|
|
||||||
# allow bind mount of /lib/init/fstab for lxcguest
|
# allow bind mount of /lib/init/fstab for lxcguest
|
||||||
|
Reference in New Issue
Block a user