]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-seccomp.c
main-loop: Acquire main_context lock around os_host_main_loop_wait.
[mirror_qemu.git] / qemu-seccomp.c
index cb569dc05829ff3c877f3274b44f5aab6d25986a..df75d9c4710f7336acac8d9b33cd69a874e08230 100644 (file)
@@ -65,6 +65,7 @@ static const struct QemuSeccompSyscall seccomp_whitelist[] = {
     { SCMP_SYS(prctl), 245 },
     { SCMP_SYS(signalfd), 245 },
     { SCMP_SYS(getrlimit), 245 },
+    { SCMP_SYS(getrusage), 245 },
     { SCMP_SYS(set_tid_address), 245 },
     { SCMP_SYS(statfs), 245 },
     { SCMP_SYS(unlink), 245 },