]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-seccomp.c
seccomp: add some basic shared memory syscalls to the whitelist
authorPaul Moore <pmoore@redhat.com>
Wed, 15 Jan 2014 19:38:58 +0000 (14:38 -0500)
committerEduardo Otubo <otubo@linux.vnet.ibm.com>
Mon, 20 Jan 2014 13:19:34 +0000 (11:19 -0200)
commit918b94e2873cd5fe8aef06d269b4a4c7d0832ce7
tree9eb4f96592d8f900ae3a8285fd8d66e7a6e3958e
parent0c2acb163fbb4579dad2d45595570b0a9ff71149
seccomp: add some basic shared memory syscalls to the whitelist

PulseAudio requires the use of shared memory so add shmget(), shmat(),
and shmdt() to the syscall whitelist.

Reported-by: xuhan@redhat.com
Signed-off-by: Paul Moore <pmoore@redhat.com>
qemu-seccomp.c