aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-12-18 15:26:16 +0000
committerLibravatar GitHub <noreply@github.com>2021-12-18 15:26:16 +0000
commit60bee8b7412edd54c38733818f60b89bd3e9ef42 (patch)
tree6b252ebcbc1e775267203d40746b36d6258c2c60 /etc
parentMerge pull request #4771 from kmk3/revert-allow-deny-leftovers (diff)
parentWhitelist ${HOME}/.local/opt/tor-browser to make tor-browser work (diff)
downloadfirejail-60bee8b7412edd54c38733818f60b89bd3e9ef42.tar.gz
firejail-60bee8b7412edd54c38733818f60b89bd3e9ef42.tar.zst
firejail-60bee8b7412edd54c38733818f60b89bd3e9ef42.zip
Merge pull request #4781 from YorkZ/pr
Whitelist ${HOME}/.local/opt/tor-browser to make tor-browser work
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/disable-common.inc2
-rw-r--r--etc/profile-m-z/tor-browser.profile3
2 files changed, 5 insertions, 0 deletions
diff --git a/etc/inc/disable-common.inc b/etc/inc/disable-common.inc
index 3ec13e482..b1ec25987 100644
--- a/etc/inc/disable-common.inc
+++ b/etc/inc/disable-common.inc
@@ -630,3 +630,5 @@ blacklist ${RUNUSER}/inaccessible
630blacklist ${RUNUSER}/pk-debconf-socket 630blacklist ${RUNUSER}/pk-debconf-socket
631blacklist ${RUNUSER}/update-notifier.pid 631blacklist ${RUNUSER}/update-notifier.pid
632 632
633# tor-browser
634blacklist ${HOME}/.local/opt/tor-browser
diff --git a/etc/profile-m-z/tor-browser.profile b/etc/profile-m-z/tor-browser.profile
index 76a0e1fa5..13f422b0a 100644
--- a/etc/profile-m-z/tor-browser.profile
+++ b/etc/profile-m-z/tor-browser.profile
@@ -7,9 +7,12 @@ include tor-browser.local
7#include globals.local 7#include globals.local
8 8
9noblacklist ${HOME}/.tor-browser 9noblacklist ${HOME}/.tor-browser
10noblacklist ${HOME}/.local/opt/tor-browser
10 11
11mkdir ${HOME}/.tor-browser 12mkdir ${HOME}/.tor-browser
12whitelist ${HOME}/.tor-browser 13whitelist ${HOME}/.tor-browser
14mkdir ${HOME}/.local/opt/tor-browser
15whitelist ${HOME}/.local/opt/tor-browser
13 16
14# Redirect 17# Redirect
15include torbrowser-launcher.profile 18include torbrowser-launcher.profile