aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
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/profile-m-z
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/profile-m-z')
-rw-r--r--etc/profile-m-z/opera.profile11
1 files changed, 11 insertions, 0 deletions
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