commit | cf9dc9e4807464a9d0b3d7368b818323e14921eb | [log] [tgz] |
---|---|---|
author | Eduardo Otubo <eduardo.otubo@profitbricks.com> | Wed Sep 21 11:09:22 2016 +0200 |
committer | Eduardo Otubo <eduardo.otubo@profitbricks.com> | Wed Sep 21 11:26:02 2016 +0200 |
tree | 61741f0163d0908a2ecdbf987c09773ae4bf1aba | |
parent | a008535b9fa396226ff9cf78b8ac5f3584bda58e [diff] |
seccomp: adding getrusage to the whitelist getrusage is used in a number of places throughout the qemu codebase (notably, in crypto/pbkdf.c). Without this syscall being whitelisted, qemu ends up getting killed by the kernel whenever you try to connect to a VNC console. Signed-off-by: Brian Rak <brak@gameservers.com> Acked-by: Eduardo Otubo <eduardo.otubo@profitbricks.com>