]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix busybox template to not have extra aa_profile hunk
authorDwight Engen <dwight.engen@oracle.com>
Thu, 29 Nov 2012 15:13:10 +0000 (10:13 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 29 Nov 2012 15:18:41 +0000 (10:18 -0500)
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@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-busybox.in

index 581074cae0e1b1cfb883a2a51093c057b5ce8b24..f38d77e8df93dd0f925e200f49169e6761699aa4 100644 (file)
@@ -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 \