From: Terzeus S. Dominguez Date: Mon, 12 Dec 2016 19:51:18 +0000 (+0800) Subject: Set openSUSE to be unconfined by AppArmor X-Git-Tag: lxc-2.1.0~224^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ddfde2ad1f927a18498e27338a864de074a026b;p=thirdparty%2Flxc.git Set openSUSE to be unconfined by AppArmor Uncommented lxc.aa_profile = unconfined. Otherwise, container fails to start up. Signed-off-by: Terzeus S. Dominguez --- diff --git a/templates/lxc-opensuse.in b/templates/lxc-opensuse.in index 29702fb07..d1c7853ee 100644 --- a/templates/lxc-opensuse.in +++ b/templates/lxc-opensuse.in @@ -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