]> git.ipfire.org Git - thirdparty/qemu.git/commit
seccomp: Whitelist cacheflush since 2.2.0 not 2.2.3
authorJames Hogan <james.hogan@imgtec.com>
Fri, 8 Apr 2016 13:16:33 +0000 (14:16 +0100)
committerEduardo Otubo <eduardo.otubo@profitbricks.com>
Sat, 16 Apr 2016 18:27:41 +0000 (20:27 +0200)
commit81bed73b5395c4c17dee6efebd44dd34b8f40d99
treeda57313da582c8af150780eab6bd32e417fff8ee
parent5ce43972812e4d9473d5acfd1d12e52cb9778b2c
seccomp: Whitelist cacheflush since 2.2.0 not 2.2.3

The cacheflush system call (found on MIPS and ARM) has been included in
the libseccomp header since 2.2.0, so include it back to that version.
Previously it was only enabled since 2.2.3 since that is when it was
enabled properly for ARM.

This will allow seccomp support to be enabled for MIPS back to
libseccomp 2.2.0.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Reviewed-By: Andrew Jones <drjones@redhat.com>
Acked-by: Eduardo Otubo <eduardo.otubo@profitbricks.com>
qemu-seccomp.c