'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… (baca lebih lanjut)
'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:
- This profile allows everything and only exists to give the
- 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.