From 17e409a2717dd79cb4526902ae4b66706b65164b Mon Sep 17 00:00:00 2001 From: Zolfa Date: Fri, 15 Jan 2021 22:44:52 +0100 Subject: [PATCH] roles/lxc_guest: fix apparmor/lxc/systemd incompatiblity --- roles/lxc_guest/templates/config.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/lxc_guest/templates/config.j2 b/roles/lxc_guest/templates/config.j2 index fea90e8..372e509 100644 --- a/roles/lxc_guest/templates/config.j2 +++ b/roles/lxc_guest/templates/config.j2 @@ -12,6 +12,7 @@ lxc.mount.entry = mqueue dev/mqueue mqueue rw,relatime,create=dir,optional 0 0 {% endif %} lxc.apparmor.profile = generated +lxc.apparmor.allow_nesting = 1 # Container specific configuration lxc.idmap = u 0 {{ subuidmap }}