aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/torbrowser-launcher.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/torbrowser-launcher.profile')
-rw-r--r--etc/profile-m-z/torbrowser-launcher.profile16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/profile-m-z/torbrowser-launcher.profile b/etc/profile-m-z/torbrowser-launcher.profile
index 7659ed1e9..65a37db5f 100644
--- a/etc/profile-m-z/torbrowser-launcher.profile
+++ b/etc/profile-m-z/torbrowser-launcher.profile
@@ -8,15 +8,15 @@ include globals.local
8 8
9ignore noexec ${HOME} 9ignore noexec ${HOME}
10 10
11noblacklist ${HOME}/.config/torbrowser 11nodeny ${HOME}/.config/torbrowser
12noblacklist ${HOME}/.local/share/torbrowser 12nodeny ${HOME}/.local/share/torbrowser
13 13
14# Allow python (blacklisted by disable-interpreters.inc) 14# Allow python (blacklisted by disable-interpreters.inc)
15include allow-python2.inc 15include allow-python2.inc
16include allow-python3.inc 16include allow-python3.inc
17 17
18blacklist /opt 18deny /opt
19blacklist /srv 19deny /srv
20 20
21include disable-common.inc 21include disable-common.inc
22include disable-devel.inc 22include disable-devel.inc
@@ -28,10 +28,10 @@ include disable-xdg.inc
28 28
29mkdir ${HOME}/.config/torbrowser 29mkdir ${HOME}/.config/torbrowser
30mkdir ${HOME}/.local/share/torbrowser 30mkdir ${HOME}/.local/share/torbrowser
31whitelist ${DOWNLOADS} 31allow ${DOWNLOADS}
32whitelist ${HOME}/.config/torbrowser 32allow ${HOME}/.config/torbrowser
33whitelist ${HOME}/.local/share/torbrowser 33allow ${HOME}/.local/share/torbrowser
34whitelist /usr/share/torbrowser-launcher 34allow /usr/share/torbrowser-launcher
35include whitelist-common.inc 35include whitelist-common.inc
36include whitelist-var-common.inc 36include whitelist-var-common.inc
37include whitelist-runuser-common.inc 37include whitelist-runuser-common.inc