Commit e62fa3f9 by Dwight Engen Committed by Stéphane Graber

Fix busybox template to not have extra aa_profile hunk

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: 's avatarDwight Engen <dwight.engen@oracle.com> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent bf555f03
...@@ -245,10 +245,6 @@ lxc.mount.entry=/usr/lib $rootfs/usr/lib none ro,bind 0 0 ...@@ -245,10 +245,6 @@ lxc.mount.entry=/usr/lib $rootfs/usr/lib none ro,bind 0 0
EOF EOF
fi fi
# When using LXC with apparmor, uncomment the next line to run unconfined:
#lxc.aa_profile = unconfined
EOF
libdirs="\ libdirs="\
lib \ lib \
usr/lib \ usr/lib \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment