Showing questions tagged: Show all questions

How? Step by step please: To create an AppArmor profile for Firefox:

'bold text'bold textHow do I fix this step by step? To create an AppArmor profile for Firefox: In /etc/apparmor.d/, create a file with the name firefox-local In the f… (read more)

'bold text'bold textHow do I fix this step by step? To create an AppArmor profile for Firefox:

In /etc/apparmor.d/, create a file with the name firefox-local

In the file, add the following:

  1. This profile allows everything and only exists to give the
  2. application a name instead of having the label "unconfined"

abi <abi/4.0>, include <tunables/global> profile firefox-local /home/<USER>/bin/firefox/{firefox,firefox-bin,updater} flags=(unconfined) { userns, # Site-specific additions and overrides. See local/README for details. include if exists <local/firefox> }


Replace <USER> with your Linux user name. This assumes the Firefox install is at $HOME/bin/

Once you have saved the file, run sudo systemctl restart apparmor.service in the Linux terminal.

Asked by Marty Brasse 22 hours ago