Skip to content

Commit

Permalink
Merge pull request netblue30#1468 from pizzadude/patch-2
Browse files Browse the repository at this point in the history
firejail profile for torbrowser-launcher
  • Loading branch information
Fred-Barclay committed Aug 14, 2017
2 parents 93bce74 + 255b087 commit 3dd2aae
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions etc/torbrowser-launcher.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Firejail profile for torbrowser-launcher
# This file is overwritten after every install/update
# Persistent local customizations
include /etc/firejail/torbrowser-launcher.local
# Persistent global definitions
include /etc/firejail/globals.local


noblacklist ~/.config/torbrowser
whitelist ~/.config/torbrowser
noblacklist ~/.local/share/torbrowser
whitelist ~/.local/share/torbrowser


include /etc/firejail/disable-common.inc
include /etc/firejail/disable-devel.inc
include /etc/firejail/disable-passwdmgr.inc
include /etc/firejail/disable-programs.inc


caps.drop all
netfilter
nodvd
nogroups
nonewprivs
noroot
notv
protocol unix,inet,inet6
seccomp
shell none
tracelog

private-bin torbrowser-launcher,python2.7,python,bash,dash,sh,grep,tail,env,gpg,id,readlink,dirname,test,mkdir,ln,sed,cp,rm,getconf
private-dev
private-etc fonts
private-tmp

0 comments on commit 3dd2aae

Please sign in to comment.