From da289b2c34beb8d590256765a3455f70eaecd61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 20 Feb 2014 13:36:33 -0500 Subject: [PATCH] apparmor: Drop unused profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This profile was never meant to get into git... Signed-off-by: Stéphane Graber --- .../apparmor/profiles/lxc-default-debootstrap | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 config/apparmor/profiles/lxc-default-debootstrap diff --git a/config/apparmor/profiles/lxc-default-debootstrap b/config/apparmor/profiles/lxc-default-debootstrap deleted file mode 100644 index d5a5ac015..000000000 --- a/config/apparmor/profiles/lxc-default-debootstrap +++ /dev/null @@ -1,18 +0,0 @@ -# Do not load this file. Rather, load /etc/apparmor.d/lxc-containers, which -# will source all profiles under /etc/apparmor.d/lxc - -profile lxc-container-default-builder flags=(attach_disconnected,mediate_deleted) { - #include - - # pbuilder - mount options=(rw,bind) -> /var/cache/pbuilder/**, - mount fstype=devpts -> /var/cache/pbuilder/**, - mount fstype=proc -> /var/cache/pbuilder/**, - mount fstype=sysfs -> /var/cache/pbuilder/**, - - # sbuild - mount options=(rw,bind) -> /var/lib/schroot/**, - mount fstype=devpts -> /var/lib/schroot/**, - mount fstype=proc -> /var/lib/schroot/**, - mount fstype=sysfs -> /var/lib/schroot/**, -}