]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-seccomp.c
seccomp: add semctl() to the syscall whitelist
authorPaul Moore <pmoore@redhat.com>
Thu, 14 Aug 2014 17:19:32 +0000 (13:19 -0400)
committerEduardo Otubo <eduardo.otubo@profitbricks.com>
Thu, 21 Aug 2014 08:29:16 +0000 (10:29 +0200)
commitb22876cc2f863c58cfebd4a5301fc47e8ec89228
treef43f6cb8cb337ca75a56bafd6bb76186a4414c27
parent2656eb7c599e306b95bad82b1372fc49ba3088f6
seccomp: add semctl() to the syscall whitelist

QEMU needs to call semctl() for correct operation.  This particular
problem was identified on shutdown with the following commandline:

 # qemu -sandbox on -monitor stdio \
   -device intel-hda -device hda-duplex -vnc :0

Signed-off-by: Paul Moore <pmoore@redhat.com>
Signed-off-by: Eduardo Otubo <eduardo.otubo@profitbricks.com>
qemu-seccomp.c