[lxc-devel] [PATCH] Fix busybox template to not have extra aa_profile hunk

Dwight Engen dwight.engen at oracle.com
Thu Nov 29 15:13:10 UTC 2012


Both 69d66f1e and f02ce27d added the aa_profile = unconfined hunk, but only
the first was needed, maybe a merge error? The second one causes the
template to get an error on the EOF line. This essentially reverts
f02ce27d.

Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
---
 templates/lxc-busybox.in |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in
index 581074c..f38d77e 100644
--- a/templates/lxc-busybox.in
+++ b/templates/lxc-busybox.in
@@ -245,10 +245,6 @@ lxc.mount.entry=/usr/lib $rootfs/usr/lib none ro,bind 0 0
 EOF
 fi
 
-# When using LXC with apparmor, uncomment the next line to run unconfined:
-#lxc.aa_profile = unconfined
-EOF
-
     libdirs="\
         lib \
         usr/lib \
-- 
1.7.1





More information about the lxc-devel mailing list