aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-07-28 22:31:02 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-07-28 22:31:02 +0200
commit50fc318db4d4c0109573d7e1f82cd577ad654928 (patch)
tree0b816776a9c1b89e14f8404c6095a85fad58ea41
parentUpdate pull_request_template.md (diff)
downloadfirejail-50fc318db4d4c0109573d7e1f82cd577ad654928.tar.gz
firejail-50fc318db4d4c0109573d7e1f82cd577ad654928.tar.zst
firejail-50fc318db4d4c0109573d7e1f82cd577ad654928.zip
Add tb-starter-wrapper.profile (#2863)
-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