]> git.proxmox.com Git - mirror_qemu.git/commit
seccomp: adding sysinfo system call to whitelist
authorMiroslav Rezanina <mrezanin@redhat.com>
Mon, 7 Mar 2016 09:34:46 +0000 (10:34 +0100)
committerEduardo Otubo <eduardo.otubo@profitbricks.com>
Sat, 16 Apr 2016 18:27:44 +0000 (20:27 +0200)
commit8e08f8a4a7f613af65b29fcc3ac3bfc2a08a3343
treee72f7341492296b2dd93160ae57bab4ca0ec6917
parent81bed73b5395c4c17dee6efebd44dd34b8f40d99
seccomp: adding sysinfo system call to whitelist

Newer version of nss-softokn libraries (> 3.16.2.3) use sysinfo call
so qemu using rbd image hang after start when run in sandbox mode.

To allow using rbd images in sandbox mode we have to whitelist it.

Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
Acked-by: Eduardo Otubo <eduardo.otubo@profitbricks.com>
qemu-seccomp.c