aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-03-14 18:13:21 +0000
committerLibravatar GitHub <noreply@github.com>2022-03-14 18:13:21 +0000
commitb1fde55fce290d5e8920b2da736af67c2814c97c (patch)
tree08d92e6a2f184e7a6f8666680b0844086ff6f80e /etc
parentmupdf refactoring cfr. https://github.com/netblue30/firejail/discussions/4993... (diff)
downloadfirejail-b1fde55fce290d5e8920b2da736af67c2814c97c.tar.gz
firejail-b1fde55fce290d5e8920b2da736af67c2814c97c.tar.zst
firejail-b1fde55fce290d5e8920b2da736af67c2814c97c.zip
opera fixes (#5041)
* opera fixes * disable-common.inc: add blacklist /usr/lib/opera/opera_sandbox
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/disable-common.inc1
-rw-r--r--etc/profile-m-z/opera.profile11
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/inc/disable-common.inc b/etc/inc/disable-common.inc
index 32f4cb81f..080a7f3a1 100644
--- a/etc/inc/disable-common.inc
+++ b/etc/inc/disable-common.inc
@@ -512,6 +512,7 @@ blacklist /usr/lib/policykit-1/polkit-agent-helper-1
512blacklist /usr/lib/dbus-1.0/dbus-daemon-launch-helper 512blacklist /usr/lib/dbus-1.0/dbus-daemon-launch-helper
513blacklist /usr/lib/eject/dmcrypt-get-device 513blacklist /usr/lib/eject/dmcrypt-get-device
514blacklist /usr/lib/chromium/chrome-sandbox 514blacklist /usr/lib/chromium/chrome-sandbox
515blacklist /usr/lib/opera/opera_sandbox
515blacklist /usr/lib/vmware 516blacklist /usr/lib/vmware
516blacklist ${PATH}/suexec 517blacklist ${PATH}/suexec
517blacklist /usr/lib/squid/basic_pam_auth 518blacklist /usr/lib/squid/basic_pam_auth
diff --git a/etc/profile-m-z/opera.profile b/etc/profile-m-z/opera.profile
index b342b3961..e52e9294d 100644
--- a/etc/profile-m-z/opera.profile
+++ b/etc/profile-m-z/opera.profile
@@ -17,5 +17,16 @@ whitelist ${HOME}/.cache/opera
17whitelist ${HOME}/.config/opera 17whitelist ${HOME}/.config/opera
18whitelist ${HOME}/.opera 18whitelist ${HOME}/.opera
19 19
20# https://github.com/netblue30/firejail/issues/4965
21ignore whitelist /usr/share/mozilla/extensions
22ignore whitelist /usr/share/webext
23
24# opera uses opera_sandbox instead of chrome-sandbox
25noblacklist /usr/lib/opera/opera_sandbox
26ignore noblacklist /usr/lib/chromium/chrome-sandbox
27
28# Add the below to your opera.local if you want to disable auto update
29#env OPERA_AUTOUPDATE_DISABLED=1
30
20# Redirect 31# Redirect
21include chromium-common.profile 32include chromium-common.profile