mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
more fixes for opera-beta (#5002)
This commit is contained in:
parent
f35a4e1a13
commit
fa0165fecf
1 changed files with 6 additions and 3 deletions
|
|
@ -5,13 +5,16 @@ include opera-beta.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
noblacklist ${HOME}/.cache/opera
|
||||
noblacklist ${HOME}/.cache/opera-beta
|
||||
noblacklist ${HOME}/.config/opera-beta
|
||||
noblacklist ${HOME}/.opera-beta
|
||||
|
||||
mkdir ${HOME}/.cache/opera
|
||||
mkdir ${HOME}/.cache/opera-beta
|
||||
mkdir ${HOME}/.config/opera-beta
|
||||
whitelist ${HOME}/.cache/opera
|
||||
mkdir ${HOME}/.opera-beta
|
||||
whitelist ${HOME}/.cache/opera-beta
|
||||
whitelist ${HOME}/.config/opera-beta
|
||||
whitelist ${HOME}/.opera-beta
|
||||
|
||||
# Redirect
|
||||
include chromium-common.profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue