[Ubuntu Wiki] Update of "DebuggingApparmor" by jdstrand
Ubuntu Wiki
noreply at ubuntu.com
Mon Mar 5 14:06:14 UTC 2012
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.
The "DebuggingApparmor" page has been changed by jdstrand:
http://wiki.ubuntu.com/DebuggingApparmor?action=diff&rev1=23&rev2=24
sudo aa-enforce /path/to/bin
}}}
- To disable a profile:
+ To disable a profile in Ubuntu 10.10 and earlier:
{{{
sudo touch /etc/apparmor.d/disable/path.to.bin
sudo apparmor_parser -R /etc/apparmor.d/path.to.bin
+ }}}
+ in 11.04 and later:{{{
+ sudo aa-disable /etc/apparmor.d/path.to.bin
}}}
= Adjusting Tunables =
More information about the Ubuntu-bugsquad
mailing list