From: Stéphane Graber Date: Wed, 11 May 2016 16:59:23 +0000 (-0400) Subject: Also allow fstype=fuse for fuse filesystems X-Git-Tag: lxc-1.0.9~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=426dc68585265899b5531a29b77ddb05dc8ae02d;p=thirdparty%2Flxc.git Also allow fstype=fuse for fuse filesystems Signed-off-by: Stéphane Graber --- diff --git a/config/apparmor/abstractions/container-base b/config/apparmor/abstractions/container-base index ac8d4e993..20f1f587f 100644 --- a/config/apparmor/abstractions/container-base +++ b/config/apparmor/abstractions/container-base @@ -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 diff --git a/config/apparmor/abstractions/container-base.in b/config/apparmor/abstractions/container-base.in index bb656295c..09deeb511 100644 --- a/config/apparmor/abstractions/container-base.in +++ b/config/apparmor/abstractions/container-base.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