]> git.proxmox.com Git - pve-docs.git/commitdiff
fix apparmor profile config key
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Mar 2020 11:43:54 +0000 (12:43 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Mar 2020 11:43:54 +0000 (12:43 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pct.adoc

index d7e6c65e56e429f8ad4a5f6c56df6f5b973b4ab7..0be738b59b89c33a443de654910109200cc4ac22 100644 (file)
--- a/pct.adoc
+++ b/pct.adoc
@@ -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.