aboutsummaryrefslogtreecommitdiffstats
path: root/etc/mpd.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-26 09:59:10 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-30 21:01:10 +0200
commit569149a46e88924fa11b107d905cdc6b889934c3 (patch)
tree38687b70a367032336ed8f03006621edcef8216b /etc/mpd.profile
parentUse new seccomp syntax from #2926 (diff)
downloadfirejail-569149a46e88924fa11b107d905cdc6b889934c3.tar.gz
firejail-569149a46e88924fa11b107d905cdc6b889934c3.tar.zst
firejail-569149a46e88924fa11b107d905cdc6b889934c3.zip
Use new seccomp syntax from #2926 in more 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 0b5ebf705..6c5963793 100644
--- a/etc/mpd.profile
+++ b/etc/mpd.profile
@@ -31,7 +31,7 @@ novideo
31protocol unix,inet,inet6 31protocol unix,inet,inet6
32# blacklisting of ioprio_set system calls breaks auto-updating of 32# blacklisting of ioprio_set system calls breaks auto-updating of
33# MPD's database when files in music_directory are changed 33# MPD's database when files in music_directory are changed
34seccomp.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 34seccomp !ioprio_set
35shell none 35shell none
36 36
37#private-bin bash,mpd 37#private-bin bash,mpd