mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Update brave.profile
This commit is contained in:
parent
99dbf08f6c
commit
3343d89e1f
1 changed files with 8 additions and 3 deletions
|
|
@ -9,15 +9,20 @@ include globals.local
|
|||
# noexec /tmp is included in chromium-common.profile and breaks Brave
|
||||
ignore noexec /tmp
|
||||
|
||||
noblacklist ${HOME}/.config/brave
|
||||
noblacklist ${HOME}/.cache/BraveSoftware
|
||||
noblacklist ${HOME}/.config/BraveSoftware
|
||||
noblacklist ${HOME}/.config/brave
|
||||
noblacklist ${HOME}/.config/brave-flags.conf
|
||||
# brave uses gpg for built-in password manager
|
||||
noblacklist ${HOME}/.gnupg
|
||||
|
||||
mkdir ${HOME}/.config/brave
|
||||
mkdir ${HOME}/.cache/BraveSoftware
|
||||
mkdir ${HOME}/.config/BraveSoftware
|
||||
whitelist ${HOME}/.config/brave
|
||||
mkdir ${HOME}/.config/brave
|
||||
whitelist ${HOME}/.cache/BraveSoftware
|
||||
whitelist ${HOME}/.config/BraveSoftware
|
||||
whitelist ${HOME}/.config/brave
|
||||
whitelist ${HOME}/.config/brave-flags.conf
|
||||
whitelist ${HOME}/.gnupg
|
||||
|
||||
# Redirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue