aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/brave.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-04-18 04:44:04 +0000
committerLibravatar GitHub <noreply@github.com>2021-04-18 04:44:04 +0000
commitfb4c90155ad5efcc4568a6cf8bf823540c971093 (patch)
tree74ebaeb7e63ab945a8ee52cb123e676c7a6d52c0 /etc/profile-a-l/brave.profile
parentbroaden support for pcre in private-lib (diff)
downloadfirejail-fb4c90155ad5efcc4568a6cf8bf823540c971093.tar.gz
firejail-fb4c90155ad5efcc4568a6cf8bf823540c971093.tar.zst
firejail-fb4c90155ad5efcc4568a6cf8bf823540c971093.zip
unblock tor support in brave (#4200)
* opt-in for brave's native tor support * fix brave's native tor support * warn about potential tor breakage when using apparmor * update comment for opting in to tor * move brave's tor apparmor fix in brave.profile
Diffstat (limited to 'etc/profile-a-l/brave.profile')
-rw-r--r--etc/profile-a-l/brave.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/profile-a-l/brave.profile b/etc/profile-a-l/brave.profile
index 5a5e9eacd..09548c761 100644
--- a/etc/profile-a-l/brave.profile
+++ b/etc/profile-a-l/brave.profile
@@ -8,7 +8,10 @@ include globals.local
8 8
9# noexec /tmp is included in chromium-common.profile and breaks Brave 9# noexec /tmp is included in chromium-common.profile and breaks Brave
10ignore noexec /tmp 10ignore noexec /tmp
11# TOR is installed in ${HOME} 11# TOR is installed in ${HOME}.
12# NOTE: chromium-common.profile enables apparmor. To keep that intact
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.
12ignore noexec ${HOME} 15ignore noexec ${HOME}
13 16
14noblacklist ${HOME}/.cache/BraveSoftware 17noblacklist ${HOME}/.cache/BraveSoftware