mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 13:58:22 +00:00
abstractions/ubuntu-browsers: support Debian's Firefox non-ESR path.
The updated rule covers the old-style /usr/lib/firefox/firefox.sh wrapper and the current /usr/lib/firefox{,-esr}/firefox{,-esr} paths. It is a tiny bit wide but let's lean on the side of compatibility with whatever similar paths are used in the future. It doesn't grant access to anything we don't want on a current Debian sid system.
This commit is contained in:
@@ -30,8 +30,7 @@
|
||||
# this should cover all firefox browsers and versions (including shiretoko
|
||||
# and abrowser)
|
||||
/usr/bin/firefox Cxr -> sanitized_helper,
|
||||
/usr/lib/firefox*/firefox*.sh Cx -> sanitized_helper,
|
||||
/usr/lib/firefox-esr/firefox* Cx -> sanitized_helper,
|
||||
/usr/lib/firefox*/firefox* Cx -> sanitized_helper,
|
||||
|
||||
# Iceweasel
|
||||
/usr/bin/iceweasel Cxr -> sanitized_helper,
|
||||
|
Reference in New Issue
Block a user