aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/apparmor/firejail-local3
-rw-r--r--etc/profile-a-l/brave.profile5
2 files changed, 7 insertions, 1 deletions
diff --git a/etc/apparmor/firejail-local b/etc/apparmor/firejail-local
index 7f2a778ab..3dfd3d0ea 100644
--- a/etc/apparmor/firejail-local
+++ b/etc/apparmor/firejail-local
@@ -8,5 +8,8 @@
8#owner @HOME/bin/** ix 8#owner @HOME/bin/** ix
9#owner @HOME/.local/bin/** ix 9#owner @HOME/.local/bin/** ix
10 10
11# Uncomment to opt-in to apparmor for brave + tor
12#owner @{HOME}/.config/BraveSoftware/Brave-Browser/biahpgbdmdkfgndcmfiipgcebobojjkp/*/** ix,
13
11# Uncomment to opt-in to apparmor for torbrowser-launcher 14# Uncomment to opt-in to apparmor for torbrowser-launcher
12#owner @{HOME}/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser_*/Browser/** ix, 15#owner @{HOME}/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser_*/Browser/** ix,
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