diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 90d9af5e0..69dd09a1b 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -1169,7 +1169,9 @@ proc proc proc nodev,noexec,nosuid 0 0 If lxc was compiled and installed with apparmor support, and the host system has apparmor enabled, then the apparmor profile under which the container should be run can be specified in the container - configuration. The default is lxc-container-default. + configuration. The default is lxc-container-default-cgns + if the host kernel is cgroup namespace aware, or + lxc-container-default othewise. @@ -1183,6 +1185,11 @@ proc proc proc nodev,noexec,nosuid 0 0 use lxc.aa_profile = unconfined + + If the apparmor profile should remain unchanged (i.e. if you + are nesting containers and are already confined), then use + + lxc.aa_profile = unchanged