ubuntu:apparmor:enable_apparmor
This is an old revision of the document!
Ubuntu - AppArmor - Enable AppArmor
AppArmor can be enabled, and the kernel module loaded, by entering the following:
sudo /etc/init.d/apparmor start sudo update-rc.d apparmor defaults
Disable AppArmor
AppArmor can be disabled, and the kernel module unloaded by entering the following:
sudo /etc/init.d/apparmor stop sudo update-rc.d -f apparmor remove
ubuntu/apparmor/enable_apparmor.1574721051.txt.gz · Last modified: 2020/07/15 09:30 (external edit)