2
0
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:
Christian Brauner
2016-05-11 19:17:13 +02:00
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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