]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Also allow fstype=fuse for fuse filesystems 1020/head
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 11 May 2016 16:59:23 +0000 (12:59 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 11 May 2016 16:59:23 +0000 (12:59 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
config/apparmor/abstractions/container-base
config/apparmor/abstractions/container-base.in

index c9f5947c1f6e0897d549b2856c9baeb33eb479d5..fe24ff32b5d625d62e1268c5c50981daff4fa49d 100644 (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
index 4cd409de8331a34966a9013be20e80c29ae43be5..550625c155378f820c302779f0bdf943a4ffee2e 100644 (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