Set openSUSE to be unconfined by AppArmor

Uncommented lxc.aa_profile = unconfined. Otherwise, container fails to start up. Signed-off-by: 's avatarTerzeus S. Dominguez <tsdmgz@gmail.com>
parent e783e4bd
...@@ -356,7 +356,7 @@ lxc.utsname = $name ...@@ -356,7 +356,7 @@ lxc.utsname = $name
lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed
# When using LXC with apparmor, uncomment the next line to run unconfined: # 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 # example simple networking setup, uncomment to enable
#lxc.network.type = $lxc_network_type #lxc.network.type = $lxc_network_type
......
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