]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-seccomp.c
seccomp: add the asynchronous I/O syscalls to the whitelist
authorPaul Moore <pmoore@redhat.com>
Wed, 29 May 2013 20:30:01 +0000 (16:30 -0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 30 May 2013 16:46:07 +0000 (11:46 -0500)
commitfd21faadb12669e24eaf0a277de61c24fcde4cac
tree3ffe0876def01e3ee66b5fdf69d3808f4adf4e94
parent87f25c12bfeaaa0c41fb857713bbc7e8a9b757dc
seccomp: add the asynchronous I/O syscalls to the whitelist

In order to enable the asynchronous I/O functionality when using the
seccomp sandbox we need to add the associated syscalls to the
whitelist.

Signed-off-by: Paul Moore <pmoore@redhat.com>
Reviewed-by: Corey Bryant <coreyb@linux.vnet.ibm.com>
Message-id: 20130529203001.20939.83322.stgit@localhost
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-seccomp.c