aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2018-05-10 20:54:19 -0500
committerLibravatar GitHub <noreply@github.com>2018-05-10 20:54:19 -0500
commit6830065197cc574898850bb7f2b2f5b214505704 (patch)
tree7613d3a894b66d94af051eb18ff0109d82c4f200 /etc
parentharden read-write mounts, cleanup (diff)
parentUpdate firefox-common.profile (diff)
downloadfirejail-6830065197cc574898850bb7f2b2f5b214505704.tar.gz
firejail-6830065197cc574898850bb7f2b2f5b214505704.tar.zst
firejail-6830065197cc574898850bb7f2b2f5b214505704.zip
Merge pull request #1935 from pizzadude/patch-8
disable tracelog in firefox-common.profile
Diffstat (limited to 'etc')
-rw-r--r--etc/firefox-common.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/firefox-common.profile b/etc/firefox-common.profile
index 9ebcdba6c..b0de1f1a3 100644
--- a/etc/firefox-common.profile
+++ b/etc/firefox-common.profile
@@ -35,7 +35,8 @@ notv
35protocol unix,inet,inet6,netlink 35protocol unix,inet,inet6,netlink
36seccomp.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 36seccomp.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
37shell none 37shell none
38tracelog 38#disable tracelog, it breaks or causes major issues with many firefox based browsers, see github issue #1930
39#tracelog
39 40
40disable-mnt 41disable-mnt
41private-dev 42private-dev