From 47d5343e8f8f4897633027e6a42bf6d3574bc86b Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 14 Jun 2019 23:22:08 +0200 Subject: [PATCH] create-lx-container.sh: Add another comment. --- create-lx-container.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/create-lx-container.sh b/create-lx-container.sh index ad94383..6e015a3 100755 --- a/create-lx-container.sh +++ b/create-lx-container.sh @@ -1125,6 +1125,13 @@ else # Another workarround is to diasble apparmor here: # lxc.apparmor.profile = unconfined # +# Note: +# The following commands solved this problem too, but have other +# problems (e.g. errors installing/updating debian packages). +# So DO NOT USE: +# lxc.apparmor.profile = generated +# lxc.apparmor.allow_nesting = 1 +# lxc.apparmor.profile = unconfined