apt-get install apparmor apparmor-docs apparmor-notify apparmor-profiles apparmor-utils dh-apparmor python-libapparmorEdit the
/etc/default/grub to make apparmor to active after boot.nano /etc/default/grubLocate the following string :
GRUB_CMDLINE_LINUX_DEFAULT="quiet"To make it looks like :
GRUB_CMDLINE_LINUX_DEFAULT="quiet apparmor=1 security=apparmor"Then run the following command :
update-grubAfter that, create a file namely
usr.lib.iceweasel.iceweasel at /etc/apparmor.d/ :nano /etc/apparmor.d/usr.lib.iceweasel.iceweaselCopy the following content to the file and save it.
Then change the mode of iceweasel apparmor to enforce by using the following command :
aa-enforce /etc/apparmor.d/usr.lib.iceweasel.iceweaselTo update the rule of apparmor, just run the following command and ask some questions. Most likely, you just need to answer "Allow".
aa-logprofIceweasel Add-ons
You may need to install "FoxyProxy" Add-ons to Iceweasel.
apt-get install xul-ext-foxyproxy-standardYou can install any available Add-ons by searching the database :
apt-cache search xul-extThat's all! See you.