sonyboy.dk

Tools, tip, tricks and other stuff I might come up with

Archive for the ‘selinux’ tag

Disable AppArmor

without comments

AppArmor is a security extension (similar to SELinux) that should provide extended security. In my opinion you don’t need it to configure a secure system, and 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).

We can disable it like this:

/etc/init.d/apparmor stop
update-rc.d -f apparmor remove

Written by Sonyboy

September 28th, 2008 at 11:27 pm

Posted in Howto,Tips and Tricks

Tagged with , , ,