aboutsummaryrefslogtreecommitdiffstats
path: root/etc/mpd.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-09-15 06:59:31 -0500
committerLibravatar GitHub <noreply@github.com>2019-09-15 06:59:31 -0500
commit99da7745bfd2a7c3a8c982e15b7d9b38e4df9b4b (patch)
treeaab0f8277a0ae1de922b8a9268b01428e8febd73 /etc/mpd.profile
parentMake sure that we are unprivileged before creating the trace log file. (diff)
parentFix #2899 (diff)
downloadfirejail-99da7745bfd2a7c3a8c982e15b7d9b38e4df9b4b.tar.gz
firejail-99da7745bfd2a7c3a8c982e15b7d9b38e4df9b4b.tar.zst
firejail-99da7745bfd2a7c3a8c982e15b7d9b38e4df9b4b.zip
Merge branch 'master' into fix-profile-builder
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