mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Add tb-starter-wrapper.profile (#2863)
This commit is contained in:
parent
84cb87e0e5
commit
50fc318db4
3 changed files with 21 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
19
etc/tb-starter-wrapper.profile
Normal file
19
etc/tb-starter-wrapper.profile
Normal file
|
|
@ -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
|
||||
|
|
@ -550,6 +550,7 @@ sylpheed
|
|||
synfigstudio
|
||||
sysprof
|
||||
sysprof-cli
|
||||
tb-starter-wrapper
|
||||
teams-for-linux
|
||||
teamspeak3
|
||||
teeworlds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue