Old:
Previously the Enabling instructions only mentioned one example for one profile only:
sudo cp /usr/share/apparmor/extra-profiles/bin.netstat /etc/apparmor.d
sudo aa-enforce /etc/apparmor.d/bin.netstat
New:
The Enabling instructions have been edited by me just now.
- Option B) Copy all profiles.
sudo cp /usr/share/apparmor/extra-profiles/* /etc/apparmor.d
- Option B) Enable all profiles.
sudo aa-enforce /etc/apparmor.d/*