From 50fc318db4d4c0109573d7e1f82cd577ad654928 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sun, 28 Jul 2019 22:31:02 +0200 Subject: Add tb-starter-wrapper.profile (#2863) --- etc/tb-starter-wrapper.profile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 etc/tb-starter-wrapper.profile (limited to 'etc/tb-starter-wrapper.profile') 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 @@ +# Firejail profile for tb-starter-wrapper +# Description: wrapper-script used by whonix to start the tor browser +quiet +# This file is overwritten after every install/update +# Persistent local customizations +include tb-starter-wrapper.local +# Persistent global definitions +# added by included profile +#include globals.local + +noblacklist ${HOME}/.tb + +mkdir ${HOME}/.tb +whitelist ${HOME}/.tb + +x11 xorg + +# Redirect +include torbrowser-launcher.profile -- cgit v1.2.3-54-g00ecf