What are AppArmor profiles?
AppArmor profiles are simple text files. Absolute paths as well as file globbing can be used when specifying file access.
How do I find my AppArmor profile?
AppArmor profiles are text files located under /etc/apparmor. d/ directory. The files are named after the full path to the executable they profile, but replacing the “/” with “.”. The following is the Apparmor profile file for usr.
What is the default AppArmor profile?
The default AppArmor profile is attached to a program by its name, so a profile name must match the path to the application it is to confine. This profile will be automatically used whenever an unconfined process executes /usr/bin/foo .