Did you noticed that Michael Lustfield wrote:
---------------------
Those apparmor commands won't work, you need to do this instead:

sudo aptitude install apparmor apparmor-profiles
cd /etc/apparmor.d/
for i in *; do sudo aa-enforce $i; done
---------------------
?

These are all the commands suggested above that worked for me and my
friend:

cd /etc/apparmor.d/
sudo ufw enable
sudo ufw default deny
sudo ufw logging high
sudo apt-get install apparmor apparmor-profiles
for i in *; do sudo aa-enforce $i; done

-- 
My user session closes randomly [Karmic]
https://bugs.launchpad.net/bugs/511774
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to