Searching...
Friday, July 26, 2013

Removing AppArmor in Ubuntu Linux Distributions

Read Complete Post From Source: BLog.CripperZ.SG

AppArmor is security Linux kernel module similar to the SELinux but it’s supposed to be easier to setup and maintain. There are many reasons for you to disable it, primary one is that its security features can get in the way of legitimate applications operation.


The thing is actually very simple. First we stop apparmor service using following command:





sudo /etc/init.d/apparmor stop


Next thing to do is to disable this service from starting at boot time using Debian update-rc.d tool And at last if we don’t wont the AppArmor bits on our hard drive sectors we use this command to remove it for good:





sudo update-rc.d -f apparmor remove


sudo apt-get --purge remove apparmor apparmor-utils libapparmor-perl libapparmor1


 


Cheers!


 







Removing AppArmor in Ubuntu Linux Distributions
Read Complete Post From Source: BLog.CripperZ.SG

0 comments:

Post a Comment

 
Back to top!