mirror of
git://github.com/lxc/lxc
synced 2025-09-03 07:29:47 +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