AppArmor is there to offer enhanced security for your Linux system, and therefore, I do not recommend that you disable it. However, sometimes it’s the fastest way to get an important server online.
You should only disable AppArmor as a last resort.
To disable AppArmor, run these commands:
sudo /etc/init.d/apparmor stop
sudo update-rc.d -f apparmor remove
Category Archives: Ubuntu
HowTo - Disable AppArmor in Ubuntu
12-May-08I’ve been running the development branch of Ubuntu Hardy for about three weeks now, and everything has been great, but recently, Amarok stopped downloading the CD cover image for my music. This problem has been happening for about four or five days, and since it’s not a killer error, I figured it would just be [...]