aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-10-30 17:41:11 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-10-30 17:41:11 +0100
commitadc10aacadc07c5b6ecacc182230a347fe71b8e3 (patch)
tree2168fd40227c1d86516c81baa960076b92bf16ad /etc
parentFix #5392 -- Evince doesn't remember settings (diff)
downloadfirejail-adc10aacadc07c5b6ecacc182230a347fe71b8e3.tar.gz
firejail-adc10aacadc07c5b6ecacc182230a347fe71b8e3.tar.zst
firejail-adc10aacadc07c5b6ecacc182230a347fe71b8e3.zip
Fix #4604 -- Brave browser takes a long time opening under Firejail
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/brave.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/profile-a-l/brave.profile b/etc/profile-a-l/brave.profile
index 09548c761..071a279b0 100644
--- a/etc/profile-a-l/brave.profile
+++ b/etc/profile-a-l/brave.profile
@@ -13,6 +13,8 @@ ignore noexec /tmp
13# you will need to uncomment the 'brave + tor' rule in /etc/apparmor.d/local/firejail-default. 13# you will need to uncomment the 'brave + tor' rule in /etc/apparmor.d/local/firejail-default.
14# Alternatively you can add 'ignore apparmor' to your brave.local. 14# Alternatively you can add 'ignore apparmor' to your brave.local.
15ignore noexec ${HOME} 15ignore noexec ${HOME}
16# Causes slow starts (#4604)
17ignore private-cache
16 18
17noblacklist ${HOME}/.cache/BraveSoftware 19noblacklist ${HOME}/.cache/BraveSoftware
18noblacklist ${HOME}/.config/BraveSoftware 20noblacklist ${HOME}/.config/BraveSoftware