mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
profiles: adjust unconfined firefox profile to support mozilla.org download
The version of tarball version of firefox downloaded from mozilla.org installs to /opt/firefox/firefox. Support this location so that the firefox from the tarball works. Note this does not support running firefox from the users home directory in this case the user must update the profile accordingly. Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
5998a0021a
commit
04df76dc5d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
abi <abi/4.0>,
|
||||
include <tunables/global>
|
||||
|
||||
profile firefox /usr/lib/firefox{,-esr,-beta,-devedition,-nightly}/firefox{,-esr,-bin} flags=(unconfined) {
|
||||
profile firefox /{usr/lib/firefox{,-esr,-beta,-devedition,-nightly},opt/firefox}/firefox{,-esr,-bin} flags=(unconfined) {
|
||||
userns,
|
||||
|
||||
# Site-specific additions and overrides. See local/README for details.
|
||||
|
|
Loading…
Add table
Reference in a new issue