aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2018-11-05 19:55:49 +0000
committerLibravatar GitHub <noreply@github.com>2018-11-05 19:55:49 +0000
commit191d002898d155157fa4e4ed37b24c3de3135001 (patch)
tree3d5ff4d3c304ef8d941d595cb2faf00f94d51dfb
parentMerge pull request #2235 from glitsj16/brackets (diff)
parentUpdate mpd.profile (diff)
downloadfirejail-191d002898d155157fa4e4ed37b24c3de3135001.tar.gz
firejail-191d002898d155157fa4e4ed37b24c3de3135001.tar.zst
firejail-191d002898d155157fa4e4ed37b24c3de3135001.zip
Merge pull request #2241 from glitsj16/mpd
Fix seccomp in mpd.profile
-rw-r--r--etc/mpd.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/mpd.profile b/etc/mpd.profile
index 4f0977c40..e06b83aa9 100644
--- a/etc/mpd.profile
+++ b/etc/mpd.profile
@@ -28,7 +28,9 @@ notv
28nou2f 28nou2f
29novideo 29novideo
30protocol unix,inet,inet6 30protocol unix,inet,inet6
31seccomp 31# blacklisting of ioprio_set system calls breaks auto-updating of
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
32shell none 34shell none
33 35
34#private-bin mpd,bash 36#private-bin mpd,bash