2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

ubuntu-browsers, ubuntu-helpers: support Debian's Chromium paths.

This commit is contained in:
Jamie Strandboge
2017-08-08 07:43:32 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -24,8 +24,8 @@
/usr/bin/seamonkey Cx -> sanitized_helper,
/usr/bin/sensible-browser Pixr,
/usr/bin/chromium-browser Cx -> sanitized_helper,
/usr/lib/chromium-browser/chromium-browser Cx -> sanitized_helper,
/usr/bin/chromium{,-browser} Cx -> sanitized_helper,
/usr/lib/chromium{,-browser}/chromium{,-browser} Cx -> sanitized_helper,
# this should cover all firefox browsers and versions (including shiretoko
# and abrowser)

View File

@@ -65,7 +65,7 @@ profile sanitized_helper {
# require the santized_helper (ie, LD_PRELOAD will only use standard system
# paths (man ld.so)).
/usr/lib/chromium-browser/chromium-browser-sandbox PUxr,
/usr/lib/chromium-browser/chrome-sandbox PUxr,
/usr/lib/chromium{,-browser}/chrome-sandbox PUxr,
/opt/google/chrome/chrome-sandbox PUxr,
/opt/google/chrome/google-chrome Pixr,
/opt/google/chrome/chrome Pixr,