seccomp: add cacheflush to whitelist
commit47d2067af3424c1a9b1b215dfc6b0c55ac4b3ee7
authorAndrew Jones <drjones@redhat.com>
Mon, 2 Nov 2015 22:53:26 +0000 (2 23:53 +0100)
committerEduardo Otubo <eduardo.otubo@profitbricks.com>
Mon, 16 Nov 2015 08:48:53 +0000 (16 09:48 +0100)
tree36cfd55df988407d255c678b375047c5597d0f49
parent8337c6cbc37c6b2184f41bab3eaff47d5e68012a
seccomp: add cacheflush to whitelist

cacheflush is an arm-specific syscall that qemu built for arm
uses. Add it to the whitelist, but only if we're linking with
a recent enough libseccomp.

Signed-off-by: Andrew Jones <drjones@redhat.com>
qemu-seccomp.c