mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
opera fixes (#5041)
* opera fixes * disable-common.inc: add blacklist /usr/lib/opera/opera_sandbox
This commit is contained in:
parent
cc5baf3202
commit
b1fde55fce
2 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue