aboutsummaryrefslogtreecommitdiffstats
path: root/etc/mpd.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-01-14 09:44:53 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2019-01-14 09:44:53 -0500
commitae3db84128503c16fd638b5c7bf9408d64ce14ba (patch)
treec9767454fa6a0555f3bd9784e6d5d7b7433b932e /etc/mpd.profile
parentfix error message (diff)
downloadfirejail-ae3db84128503c16fd638b5c7bf9408d64ce14ba.tar.gz
firejail-ae3db84128503c16fd638b5c7bf9408d64ce14ba.tar.zst
firejail-ae3db84128503c16fd638b5c7bf9408d64ce14ba.zip
adding mincore syscall to the default seccomp filter and some independent profiles
Diffstat (limited to 'etc/mpd.profile')
-rw-r--r--etc/mpd.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mpd.profile b/etc/mpd.profile
index e06b83aa9..c532edeb2 100644
--- a/etc/mpd.profile
+++ b/etc/mpd.profile
@@ -30,7 +30,7 @@ novideo
30protocol unix,inet,inet6 30protocol unix,inet,inet6
31# blacklisting of ioprio_set system calls breaks auto-updating of 31# blacklisting of ioprio_set system calls breaks auto-updating of
32# MPD's database when files in music_directory are changed 32# MPD's database when files in music_directory are changed
33seccomp.drop @cpu-emulation,@debug,@obsolete,@privileged,@resources,add_key,fanotify_init,io_cancel,io_destroy,io_getevents,io_setup,io_submit,kcmp,keyctl,name_to_handle_at,ni_syscall,open_by_handle_at,personality,process_vm_readv,ptrace,remap_file_pages,request_key,syslog,umount,userfaultfd,vmsplice 33seccomp.drop mincore,@cpu-emulation,@debug,@obsolete,@privileged,@resources,add_key,fanotify_init,io_cancel,io_destroy,io_getevents,io_setup,io_submit,kcmp,keyctl,name_to_handle_at,ni_syscall,open_by_handle_at,personality,process_vm_readv,ptrace,remap_file_pages,request_key,syslog,umount,userfaultfd,vmsplice
34shell none 34shell none
35 35
36#private-bin mpd,bash 36#private-bin mpd,bash