When I was using OpenSUSE, I wrote that I liked the AppArmor application security. I wished for (K)Ubuntu to have that. My wish came true. It’s now part of Feisty. According to Codeblog, AppArmor was uploaded to Feisty Universe. You have to issue the following commands in the terminal if you would like to install it.

sudo apt-get install apparmor-modules-source dpatch
sudo m-a -v -t prepare
sudo m-a -v -t build apparmor-modules
sudo m-a -v -t install apparmor-modules
sudo apt-get install apparmor apparmor-utils apparmor-profiles libterm-readline-gnu-perl

This should get you going. For more information on AppArmor, Visit AppArmor Application Security website. For more information on using it in Ubuntu, Visit Codeblog.

 

Update: There are lot of discussions going on about AppArmor’s security and usefulness. Most of the discussions are not positive towards AppArmor. Some of them feel that SELinux is a much better alternative. Since I’m not an expert in using AppArmor, I’m not sure how useful AppArmor is in the real world.