aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/disable-programs.inc1
-rw-r--r--etc/tb-starter-wrapper.profile19
-rw-r--r--src/firecfg/firecfg.config1
3 files changed, 21 insertions, 0 deletions
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index c061e94a2..cc6877693 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -620,6 +620,7 @@ blacklist ${HOME}/.sword
620blacklist ${HOME}/.sylpheed-2.0 620blacklist ${HOME}/.sylpheed-2.0
621blacklist ${HOME}/.synfig 621blacklist ${HOME}/.synfig
622blacklist ${HOME}/.config/teams-for-linux 622blacklist ${HOME}/.config/teams-for-linux
623blacklist ${HOME}/.tb
623blacklist ${HOME}/.tconn 624blacklist ${HOME}/.tconn
624blacklist ${HOME}/.teeworlds 625blacklist ${HOME}/.teeworlds
625blacklist ${HOME}/.thunderbird 626blacklist ${HOME}/.thunderbird
diff --git a/etc/tb-starter-wrapper.profile b/etc/tb-starter-wrapper.profile
new file mode 100644
index 000000000..8a7d45449
--- /dev/null
+++ b/etc/tb-starter-wrapper.profile
@@ -0,0 +1,19 @@
1# Firejail profile for tb-starter-wrapper
2# Description: wrapper-script used by whonix to start the tor browser
3quiet
4# This file is overwritten after every install/update
5# Persistent local customizations
6include tb-starter-wrapper.local
7# Persistent global definitions
8# added by included profile
9#include globals.local
10
11noblacklist ${HOME}/.tb
12
13mkdir ${HOME}/.tb
14whitelist ${HOME}/.tb
15
16x11 xorg
17
18# Redirect
19include torbrowser-launcher.profile
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 72fac1893..9645215ef 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -550,6 +550,7 @@ sylpheed
550synfigstudio 550synfigstudio
551sysprof 551sysprof
552sysprof-cli 552sysprof-cli
553tb-starter-wrapper
553teams-for-linux 554teams-for-linux
554teamspeak3 555teamspeak3
555teeworlds 556teeworlds