mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Fix ubuntu-browsers for 64bit openSUSE
On 64 bit openSUSE system, Chromium and Firefox browsers are installed in /usr/lib64/ directory.
This commit is contained in:
parent
47da50b7e6
commit
0c2690d819
1 changed files with 2 additions and 2 deletions
|
@ -25,12 +25,12 @@
|
|||
/usr/bin/sensible-browser Pixr,
|
||||
|
||||
/usr/bin/chromium{,-browser} Cx -> sanitized_helper,
|
||||
/usr/lib/chromium{,-browser}/chromium{,-browser} Cx -> sanitized_helper,
|
||||
/usr/lib{,64}/chromium{,-browser}/chromium{,-browser} Cx -> sanitized_helper,
|
||||
|
||||
# this should cover all firefox browsers and versions (including shiretoko
|
||||
# and abrowser)
|
||||
/usr/bin/firefox Cxr -> sanitized_helper,
|
||||
/usr/lib/firefox*/firefox* Cx -> sanitized_helper,
|
||||
/usr/lib{,64}/firefox*/firefox* Cx -> sanitized_helper,
|
||||
|
||||
# Iceweasel
|
||||
/usr/bin/iceweasel Cxr -> sanitized_helper,
|
||||
|
|
Loading…
Add table
Reference in a new issue