fix apparmor profile config key

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-03-17 12:43:54 +01:00
parent adb2c91d58
commit 76aaaeab21

View File

@ -473,7 +473,7 @@ To disable AppArmor for a container, add the following line to the container
configuration file located at `/etc/pve/lxc/CTID.conf`:
----
lxc.apparmor_profile = unconfined
lxc.apparmor.profile = unconfined
----
WARNING: Please note that this is not recommended for production use.