opera fixes (#5041)

* opera fixes

* disable-common.inc: add blacklist /usr/lib/opera/opera_sandbox
This commit is contained in:
glitsj16 2022-03-14 18:13:21 +00:00 committed by GitHub
parent cc5baf3202
commit b1fde55fce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -512,6 +512,7 @@ blacklist /usr/lib/policykit-1/polkit-agent-helper-1
blacklist /usr/lib/dbus-1.0/dbus-daemon-launch-helper
blacklist /usr/lib/eject/dmcrypt-get-device
blacklist /usr/lib/chromium/chrome-sandbox
blacklist /usr/lib/opera/opera_sandbox
blacklist /usr/lib/vmware
blacklist ${PATH}/suexec
blacklist /usr/lib/squid/basic_pam_auth

View file

@ -17,5 +17,16 @@ whitelist ${HOME}/.cache/opera
whitelist ${HOME}/.config/opera
whitelist ${HOME}/.opera
# https://github.com/netblue30/firejail/issues/4965
ignore whitelist /usr/share/mozilla/extensions
ignore whitelist /usr/share/webext
# opera uses opera_sandbox instead of chrome-sandbox
noblacklist /usr/lib/opera/opera_sandbox
ignore noblacklist /usr/lib/chromium/chrome-sandbox
# Add the below to your opera.local if you want to disable auto update
#env OPERA_AUTOUPDATE_DISABLED=1
# Redirect
include chromium-common.profile