Quote Originally Posted by bone2006 View Post
Just wanted to reply really quick about the original printing to pdf at ~/.ssh
the original profile did prevent it, I guess I had to restart the browser when I applied the profile. Because when I rebooted I noticed printing to pdf didn't work on many directories.

When i need some functionality that the profile is preventing, I just type in sudo /etc/init.d/apparmor stop, then accomplish the task and then turn it back on sudo /etc/init.d/apparmor start

I'm really impressed with apparmor and appreciate all the help with it.
You do not need to stop all of apparmor, put the profile in question into complain mode

Code:
sudo aa-complain chromium
do you task

re-enable

Code:
sudo aa-enforce chromium
Better, tweak the aa profile.