mirror of
git://github.com/lxc/lxc
synced 2025-08-31 14:54:09 +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,
|
||||
|
||||
# allow fuse mounts everywhere
|
||||
mount fstype=fuse,
|
||||
mount fstype=fuse.*,
|
||||
|
||||
# allow bind mount of /lib/init/fstab for lxcguest
|
||||
|
@@ -57,6 +57,7 @@
|
||||
mount fstype=mqueue,
|
||||
|
||||
# allow fuse mounts everywhere
|
||||
mount fstype=fuse,
|
||||
mount fstype=fuse.*,
|
||||
|
||||
# allow bind mount of /lib/init/fstab for lxcguest
|
||||
|
Reference in New Issue
Block a user