]> git.proxmox.com Git - qemu.git/commit
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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 13 Aug 2013 00:06:49 +0000 (19:06 -0500)
commita5d14facb1e4ef354b0a819e159e5f4564fbd15e
tree5e43e0416098190c083e31687e2bcda2a56c780a
parent9f8daa796bf402e6016f87e9bd32a78849bde4a7
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>
(cherry picked from commit fd21faadb12669e24eaf0a277de61c24fcde4cac)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qemu-seccomp.c