aboutsummaryrefslogtreecommitdiffstats
path: root/etc/start-tor-browser.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-08-14 11:42:02 -0400
committerLibravatar Tad <tad@spotco.us>2018-08-14 11:42:02 -0400
commitdefb5a48918c9fda82ac9bcf5c8a301e5f60da23 (patch)
tree5bdd7335f7f733aa115c9aeb0b44099885b486ad /etc/start-tor-browser.profile
parentAdd profile for electrum (diff)
downloadfirejail-defb5a48918c9fda82ac9bcf5c8a301e5f60da23.tar.gz
firejail-defb5a48918c9fda82ac9bcf5c8a301e5f60da23.tar.zst
firejail-defb5a48918c9fda82ac9bcf5c8a301e5f60da23.zip
Add seccomp line from firefox-common to Tor Browser profiles
- The next version of TBB is based on Firefox 60 and will need the same changes to prevent breakage
Diffstat (limited to 'etc/start-tor-browser.profile')
-rw-r--r--etc/start-tor-browser.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/start-tor-browser.profile b/etc/start-tor-browser.profile
index fe9760ad4..6069c5174 100644
--- a/etc/start-tor-browser.profile
+++ b/etc/start-tor-browser.profile
@@ -17,6 +17,7 @@ include /etc/firejail/whitelist-var-common.inc
17 17
18caps.drop all 18caps.drop all
19netfilter 19netfilter
20nodbus
20nodvd 21nodvd
21nogroups 22nogroups
22nonewprivs 23nonewprivs
@@ -24,8 +25,9 @@ noroot
24notv 25notv
25novideo 26novideo
26protocol unix,inet,inet6 27protocol unix,inet,inet6
27seccomp 28seccomp.drop @clock,@cpu-emulation,@debug,@module,@obsolete,@raw-io,@reboot,@resources,@swap,acct,add_key,bpf,fanotify_init,io_cancel,io_destroy,io_getevents,io_setup,io_submit,ioprio_set,kcmp,keyctl,mount,name_to_handle_at,nfsservctl,ni_syscall,open_by_handle_at,personality,pivot_root,process_vm_readv,ptrace,remap_file_pages,request_key,setdomainname,sethostname,syslog,umount,umount2,userfaultfd,vhangup,vmsplice
28shell none 29shell none
30# tracelog may cause issues, see github issue #1930
29tracelog 31tracelog
30 32
31disable-mnt 33disable-mnt