aboutsummaryrefslogtreecommitdiffstats
path: root/etc/tb-starter-wrapper.profile
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 /etc/tb-starter-wrapper.profile
parentUpdate pull_request_template.md (diff)
downloadfirejail-50fc318db4d4c0109573d7e1f82cd577ad654928.tar.gz
firejail-50fc318db4d4c0109573d7e1f82cd577ad654928.tar.zst
firejail-50fc318db4d4c0109573d7e1f82cd577ad654928.zip
Add tb-starter-wrapper.profile (#2863)
Diffstat (limited to 'etc/tb-starter-wrapper.profile')
-rw-r--r--etc/tb-starter-wrapper.profile19
1 files changed, 19 insertions, 0 deletions
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