]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Set openSUSE to be unconfined by AppArmor
authorTerzeus S. Dominguez <tsdmgz@gmail.com>
Mon, 12 Dec 2016 19:51:18 +0000 (03:51 +0800)
committerTerzeus S. Dominguez <tsdmgz@gmail.com>
Mon, 12 Dec 2016 19:51:18 +0000 (03:51 +0800)
Uncommented lxc.aa_profile = unconfined. Otherwise, container fails to
start up.

Signed-off-by: Terzeus S. Dominguez <tsdmgz@gmail.com>
templates/lxc-opensuse.in

index 29702fb076d64d699ef6f9257bca7fcd18d5e032..d1c7853eea9c059d3104d1bad6d538fe816e72ef 100644 (file)
@@ -356,7 +356,7 @@ lxc.utsname = $name
 lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed
 
 # When using LXC with apparmor, uncomment the next line to run unconfined:
-#lxc.aa_profile = unconfined
+lxc.aa_profile = unconfined
 
 # example simple networking setup, uncomment to enable
 #lxc.network.type = $lxc_network_type