aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar fenuks <fenuks>2021-12-09 14:04:35 +0100
committerLibravatar fenuks <fenuks>2021-12-09 14:23:45 +0100
commita3ca329377b20ef1fa9967b6d8b981fe7f37df02 (patch)
tree7ba984fd763e54c674ad296b795f85b663e6f711 /etc
parentMerge pull request #4748 from kmk3/readme-clarify-ubuntu (diff)
downloadfirejail-a3ca329377b20ef1fa9967b6d8b981fe7f37df02.tar.gz
firejail-a3ca329377b20ef1fa9967b6d8b981fe7f37df02.tar.zst
firejail-a3ca329377b20ef1fa9967b6d8b981fe7f37df02.zip
Allow /opt/tor-browser for Tor Browser profile
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-m-z/torbrowser-launcher.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-m-z/torbrowser-launcher.profile b/etc/profile-m-z/torbrowser-launcher.profile
index e7b8ecd3f..b53af20ac 100644
--- a/etc/profile-m-z/torbrowser-launcher.profile
+++ b/etc/profile-m-z/torbrowser-launcher.profile
@@ -15,7 +15,7 @@ noblacklist ${HOME}/.local/share/torbrowser
15include allow-python2.inc 15include allow-python2.inc
16include allow-python3.inc 16include allow-python3.inc
17 17
18blacklist /opt 18whitelist /opt/tor-browser
19blacklist /srv 19blacklist /srv
20 20
21include disable-common.inc 21include disable-common.inc