mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
fix for starting chromium-browser from evince, 14.04
Ubuntu 14.04's chromium-browser has changed paths in a way that prevents evince from opening clicked links in chromium-browser windows. This patch adds a new path for the chrome-sandbox executable to the sanitized_helper profile, so chromium will get its own tailored profile if necessary. The reporter who said this patch helped included some further DENIED lines for signals that indicates this is probably not sufficient but did make the links work as expected. https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1282314 Signed-off-by: Seth Arnold <seth.arnold@canonical.com> Acked-By: Jamie Strandboge <jamie@canonical.com>
This commit is contained in:
parent
b2c4934bc1
commit
5fee376411
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,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,
|
||||
/opt/google/chrome/chrome-sandbox PUxr,
|
||||
/opt/google/chrome/google-chrome Pixr,
|
||||
/opt/google/chrome/chrome Pixr,
|
||||
|
|
Loading…
Add table
Reference in a new issue