From 9cb2ea2e6fdbb1b322cdff52fe6f6a9d63cc1117 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 23 Jan 2016 10:23:23 -0500 Subject: tightening unbound and dnscrypt-proxy profiles --- README | 2 ++ etc/dnscrypt-proxy.profile | 4 +++- etc/unbound.profile | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index 2e852c5c7..d1874227f 100644 --- a/README +++ b/README @@ -18,6 +18,8 @@ License: GPL v2 Firejail Authors: netblue30 (netblue30@yahoo.com) +curiosity-seeker (https://github.com/curiosity-seeker) + - tightening unbound and dnscrypt-proxy profiles sinkuu (https://github.com/sinkuu) - blacklisting kwalletd Bader Zaidan (https://github.com/BaderSZ) diff --git a/etc/dnscrypt-proxy.profile b/etc/dnscrypt-proxy.profile index e0c5c93a3..fc6b614fd 100644 --- a/etc/dnscrypt-proxy.profile +++ b/etc/dnscrypt-proxy.profile @@ -2,7 +2,9 @@ noblacklist /sbin noblacklist /usr/sbin include /etc/firejail/disable-mgmt.inc -private +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-devel.inc +include /etc/firejail/disable-secret.incprivate private-dev seccomp.drop mount,umount2,ptrace,kexec_load,kexec_file_load,open_by_handle_at,init_module,finit_module,delete_module,iopl,ioperm,swapon,swapoff,syslog,process_vm_readv,process_vm_writev,sysfs,_sysctl,adjtimex,clock_adjtime,lookup_dcookie,perf_event_open,fanotify_init,kcmp,add_key,request_key,keyctl,uselib,acct,modify_ldt,pivot_root,io_setup,io_destroy,io_getevents,io_submit,io_cancel,remap_file_pages,mbind,get_mempolicy,set_mempolicy,migrate_pages,move_pages,vmsplice,perf_event_open diff --git a/etc/unbound.profile b/etc/unbound.profile index 4dd00178b..8096913f3 100644 --- a/etc/unbound.profile +++ b/etc/unbound.profile @@ -2,6 +2,9 @@ noblacklist /sbin noblacklist /usr/sbin include /etc/firejail/disable-mgmt.inc +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-devel.inc +include /etc/firejail/disable-secret.incprivate private private-dev seccomp.drop mount,umount2,ptrace,kexec_load,kexec_file_load,open_by_handle_at,init_module,finit_module,delete_module,iopl,ioperm,swapon,swapoff,syslog,process_vm_readv,process_vm_writev,sysfs,_sysctl,adjtimex,clock_adjtime,lookup_dcookie,perf_event_open,fanotify_init,kcmp,add_key,request_key,keyctl,uselib,acct,modify_ldt,pivot_root,io_setup,io_destroy,io_getevents,io_submit,io_cancel,remap_file_pages,mbind,get_mempolicy,set_mempolicy,migrate_pages,move_pages,vmsplice,perf_event_open -- cgit v1.2.3-70-g09d2