Re: [Qemu-devel] [PATCH] seccomp: add mkdir() and fchmod() to the whitelist

2014-01-03 Thread Paul Moore
On Friday, January 03, 2014 09:24:57 PM Paolo Bonzini wrote: > Il 03/01/2014 20:58, Paul Moore ha scritto: > > The PulseAudio library attempts to do a mkdir(2) and fchmod(2) on > > "/run/user//pulse" which is currently blocked by the syscall > > filter; this patch adds the two missing syscalls to t

Re: [Qemu-devel] [PATCH] seccomp: add mkdir() and fchmod() to the whitelist

2014-01-03 Thread Paolo Bonzini
Il 03/01/2014 20:58, Paul Moore ha scritto: > The PulseAudio library attempts to do a mkdir(2) and fchmod(2) on > "/run/user//pulse" which is currently blocked by the syscall > filter; this patch adds the two missing syscalls to the whitelist. > You can reproduce this problem with the following com

[Qemu-devel] [PATCH] seccomp: add mkdir() and fchmod() to the whitelist

2014-01-03 Thread Paul Moore
The PulseAudio library attempts to do a mkdir(2) and fchmod(2) on "/run/user//pulse" which is currently blocked by the syscall filter; this patch adds the two missing syscalls to the whitelist. You can reproduce this problem with the following command: # qemu -monitor stdio -device intel-hda -dev