]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
apparmor: Drop unused profile
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 20 Feb 2014 18:36:33 +0000 (13:36 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 20 Feb 2014 18:51:21 +0000 (13:51 -0500)
This profile was never meant to get into git...

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
config/apparmor/profiles/lxc-default-debootstrap [deleted file]

diff --git a/config/apparmor/profiles/lxc-default-debootstrap b/config/apparmor/profiles/lxc-default-debootstrap
deleted file mode 100644 (file)
index d5a5ac0..0000000
+++ /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 <abstractions/lxc/container-base>
-
-  # 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/**,
-}