aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-08-14 13:40:58 -0400
committerLibravatar Tad <tad@spotco.us>2017-08-14 13:40:58 -0400
commit437764a4679c5246f218764b79cc9e875ce84fb8 (patch)
treeccdc0f5b89a77d264c17d9e1c2aa11dc355f717d /etc
parentTypo (diff)
downloadfirejail-437764a4679c5246f218764b79cc9e875ce84fb8.tar.gz
firejail-437764a4679c5246f218764b79cc9e875ce84fb8.tar.zst
firejail-437764a4679c5246f218764b79cc9e875ce84fb8.zip
Add novideo and noexec /tmp to tor browsers
Diffstat (limited to 'etc')
-rw-r--r--etc/start-tor-browser.profile3
-rw-r--r--etc/torbrowser-launcher.profile4
2 files changed, 5 insertions, 2 deletions
diff --git a/etc/start-tor-browser.profile b/etc/start-tor-browser.profile
index ca521e08c..e12a38164 100644
--- a/etc/start-tor-browser.profile
+++ b/etc/start-tor-browser.profile
@@ -18,6 +18,7 @@ nogroups
18nonewprivs 18nonewprivs
19noroot 19noroot
20notv 20notv
21novideo
21protocol unix,inet,inet6 22protocol unix,inet,inet6
22seccomp 23seccomp
23shell none 24shell none
@@ -27,3 +28,5 @@ private-bin bash,dash,sh,grep,tail,env,gpg,id,readlink,dirname,test,mkdir,ln,sed
27private-dev 28private-dev
28private-etc fonts 29private-etc fonts
29private-tmp 30private-tmp
31
32noexec /tmp
diff --git a/etc/torbrowser-launcher.profile b/etc/torbrowser-launcher.profile
index 8ae0c56c1..763c2d051 100644
--- a/etc/torbrowser-launcher.profile
+++ b/etc/torbrowser-launcher.profile
@@ -11,13 +11,11 @@ whitelist ~/.config/torbrowser
11noblacklist ~/.local/share/torbrowser 11noblacklist ~/.local/share/torbrowser
12whitelist ~/.local/share/torbrowser 12whitelist ~/.local/share/torbrowser
13 13
14
15include /etc/firejail/disable-common.inc 14include /etc/firejail/disable-common.inc
16include /etc/firejail/disable-devel.inc 15include /etc/firejail/disable-devel.inc
17include /etc/firejail/disable-passwdmgr.inc 16include /etc/firejail/disable-passwdmgr.inc
18include /etc/firejail/disable-programs.inc 17include /etc/firejail/disable-programs.inc
19 18
20
21caps.drop all 19caps.drop all
22netfilter 20netfilter
23nodvd 21nodvd
@@ -25,6 +23,7 @@ nogroups
25nonewprivs 23nonewprivs
26noroot 24noroot
27notv 25notv
26novideo
28protocol unix,inet,inet6 27protocol unix,inet,inet6
29seccomp 28seccomp
30shell none 29shell none
@@ -35,3 +34,4 @@ private-dev
35private-etc fonts 34private-etc fonts
36private-tmp 35private-tmp
37 36
37noexec /tmp