From 736216cacfe6a818b1ea0255f474089a8fa2f394 Mon Sep 17 00:00:00 2001 From: Tad Date: Thu, 6 Sep 2018 16:49:16 -0400 Subject: Disable tracelog in Tor Browser profiles, see #1930, fixes #2108 --- etc/start-tor-browser.profile | 2 +- etc/torbrowser-launcher.profile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/start-tor-browser.profile b/etc/start-tor-browser.profile index 6069c5174..4d9ebcb2e 100644 --- a/etc/start-tor-browser.profile +++ b/etc/start-tor-browser.profile @@ -28,7 +28,7 @@ protocol unix,inet,inet6 seccomp.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 shell none # tracelog may cause issues, see github issue #1930 -tracelog +#tracelog disable-mnt private-bin bash,sh,grep,tail,env,gpg,id,readlink,dirname,test,mkdir,ln,sed,cp,rm,getconf diff --git a/etc/torbrowser-launcher.profile b/etc/torbrowser-launcher.profile index f175b6590..307377acc 100644 --- a/etc/torbrowser-launcher.profile +++ b/etc/torbrowser-launcher.profile @@ -43,7 +43,7 @@ protocol unix,inet,inet6 seccomp.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 shell none # tracelog may cause issues, see github issue #1930 -tracelog +#tracelog disable-mnt private-bin bash,cp,dirname,env,expr,file,getconf,gpg,grep,id,ln,mkdir,python*,readlink,rm,sed,sh,tail,tar,tclsh,test,tor-browser-en,torbrowser-launcher,xz -- cgit v1.2.3-54-g00ecf