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-2.1.0~422^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1020%2Fhead;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 c9f5947c1..fe24ff32b 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 4cd409de8..550625c15 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