Howto Remove Apparmor - Ubuntu

9:08 PM Posted by AMD

AppArmor is a security extension that should provide extended security to your Ubuntu system. From howtoforge.com, it usually causes more problems than advantages (think of it after you have done a week of trouble-shooting because some service wasn't working as expected, and then you find out that everything was ok, only AppArmor was causing the problem). Therefore disable it.

We can disable it like this:

  1. /etc/init.d/apparmor stop
  2. update-rc.d -f apparmor remove
  3. apt-get remove apparmor apparmor-utils
Your now successfully remove apparmor from your system.

Sources
Howtoforge
Apparmor

0 comments:

Post a Comment