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/disable-programs.inc | 1 + etc/tb-starter-wrapper.profile | 19 +++++++++++++++++++ src/firecfg/firecfg.config | 1 + 3 files changed, 21 insertions(+) create mode 100644 etc/tb-starter-wrapper.profile 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 blacklist ${HOME}/.sylpheed-2.0 blacklist ${HOME}/.synfig blacklist ${HOME}/.config/teams-for-linux +blacklist ${HOME}/.tb blacklist ${HOME}/.tconn blacklist ${HOME}/.teeworlds blacklist ${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 @@ +# 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 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 synfigstudio sysprof sysprof-cli +tb-starter-wrapper teams-for-linux teamspeak3 teeworlds -- cgit v1.2.3-54-g00ecf