Re: [Qemu-devel] [PATCH v3 0/3] seccomp fixes

2018-08-22 Thread Eduardo Otubo
On 22/08/2018 - 16:29:53, Marc-André Lureau wrote: > Hi, > > This series fixes 2 issues with -sandbox: > > - The seccomp action SCMP_ACT_KILL results in immediate termination of > the thread that made the bad system call. However, qemu being > multi-threaded, it keeps running. There is no eas

[Qemu-devel] [PATCH v3 0/3] seccomp fixes

2018-08-22 Thread Marc-André Lureau
Hi, This series fixes 2 issues with -sandbox: - The seccomp action SCMP_ACT_KILL results in immediate termination of the thread that made the bad system call. However, qemu being multi-threaded, it keeps running. There is no easy way for parent process / management layer (libvirt) to know a