From ae3db84128503c16fd638b5c7bf9408d64ce14ba Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 14 Jan 2019 09:44:53 -0500 Subject: adding mincore syscall to the default seccomp filter and some independent profiles --- etc/kmail.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/kmail.profile') diff --git a/etc/kmail.profile b/etc/kmail.profile index 1f8403ef1..85eb74998 100644 --- a/etc/kmail.profile +++ b/etc/kmail.profile @@ -50,7 +50,7 @@ nou2f novideo protocol unix,inet,inet6,netlink # we need to allow chroot, io_getevents, ioprio_set, io_setup, io_submit system calls -seccomp.drop @clock,@cpu-emulation,@debug,@module,@obsolete,@raw-io,@reboot,@resources,@swap,acct,add_key,bpf,fanotify_init,io_cancel,io_destroy,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 +seccomp.drop mincore,@clock,@cpu-emulation,@debug,@module,@obsolete,@raw-io,@reboot,@resources,@swap,acct,add_key,bpf,fanotify_init,io_cancel,io_destroy,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 # tracelog # writable-run-user is needed for signing and encrypting emails writable-run-user -- cgit v1.2.3-54-g00ecf