The guide (https://pve.proxmox.com/wiki/Linux_Container) says
If you want to disable AppArmor for a container, you can add the stanza
Code:lxc.aa_profile = unconfined
This is wrong, it should be
Code:lxc.apparmor.profile = <profilename>
Can this be fixed in the wiki?
Thanks