[Qemu-devel] [PATCH 0/2] QEMU/seccomp fixes for PulseAudio

2014-01-15 Thread Paul Moore
It turns out we need to add some additional syscalls to QEMU to make PulseAudio happy. Two minor patches follow ... --- Paul Moore (2): seccomp: add mkdir() and fchmod() to the whitelist seccomp: add some basic shared memory syscalls to the whitelist qemu-seccomp.c |7 ++-

Re: [Qemu-devel] [PATCH 0/2] QEMU/seccomp fixes for PulseAudio

2014-01-16 Thread Eduardo Otubo
On 01/15/2014 05:38 PM, Paul Moore wrote: It turns out we need to add some additional syscalls to QEMU to make PulseAudio happy. Two minor patches follow ... --- Paul Moore (2): seccomp: add mkdir() and fchmod() to the whitelist seccomp: add some basic shared memory syscalls to

Re: [Qemu-devel] [PATCH 0/2] QEMU/seccomp fixes for PulseAudio

2014-01-16 Thread Paul Moore
On Thursday, January 16, 2014 01:52:30 PM Eduardo Otubo wrote: > On 01/15/2014 05:38 PM, Paul Moore wrote: > > It turns out we need to add some additional syscalls to QEMU to make > > PulseAudio happy. Two minor patches follow ... > > > > --- > > > > Paul Moore (2): > >seccomp: add mkdir