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