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

index ac8d4e993fd87cf06897733803ab2f10e22aa821..20f1f587fe3e0545148b3b8ee747e6e70ed535b0 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 bb656295c0ecef95db89706ea3caa6ebb5922012..09deeb511c47068d9e157d08eb0f5780f857bea7 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