Skip to content

Commit

Permalink
Merge pull request netblue30#1469 from SpotComms/tb
Browse files Browse the repository at this point in the history
Add novideo and noexec /tmp to Tor browsers
  • Loading branch information
Fred-Barclay committed Aug 14, 2017
2 parents 89a2fa9 + 437764a commit 811be46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions etc/start-tor-browser.profile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ nogroups
nonewprivs
noroot
notv
novideo
protocol unix,inet,inet6
seccomp
shell none
Expand All @@ -27,3 +28,5 @@ private-bin bash,dash,sh,grep,tail,env,gpg,id,readlink,dirname,test,mkdir,ln,sed
private-dev
private-etc fonts
private-tmp

noexec /tmp
4 changes: 2 additions & 2 deletions etc/torbrowser-launcher.profile
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,19 @@ 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
novideo
protocol unix,inet,inet6
seccomp
shell none
Expand All @@ -35,3 +34,4 @@ private-dev
private-etc fonts
private-tmp

noexec /tmp

0 comments on commit 811be46

Please sign in to comment.