]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-seccomp.c
seccomp: add additional asynchronous I/O syscalls
authorPaul Moore <pmoore@redhat.com>
Mon, 15 Jul 2013 19:32:01 +0000 (15:32 -0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 30 Jul 2013 00:56:52 +0000 (19:56 -0500)
commit94113bd8a1d9acd05a879bc309cc659ace09e287
tree6d9c6671685685610236687988b92098adf45504
parent95c1eb19eab9d57035e05a02f7184b63c1da9775
seccomp: add additional asynchronous I/O syscalls

A previous commit, "seccomp: add the asynchronous I/O syscalls to the
whitelist", added several asynchronous I/O syscalls but left out the
io_submit() and io_cancel() syscalls.  This patch corrects this by
adding the two missing asynchronous I/O syscalls.

Signed-off-by: Paul Moore <pmoore@redhat.com>
Reviewed-by: Eduardo Otubo <otubo@linux.vnet.ibm.com>
Message-id: 20130715193201.943.4913.stgit@localhost
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-seccomp.c