projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7b45f1
)
configure: Enable seccomp sandbox for MIPS
author
James Hogan
<james.hogan@imgtec.com>
Fri, 8 Apr 2016 13:16:34 +0000
(14:16 +0100)
committer
Eduardo Otubo
<eduardo.otubo@profitbricks.com>
Sat, 16 Apr 2016 18:27:37 +0000
(20:27 +0200)
Enable seccomp on MIPS since libseccomp version 2.2.0 when MIPS support
was first added.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Acked-by: Eduardo Otubo <eduardo.otubo@profitbricks.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 5db29f0245ae4f211b83ee07d6159c02d2eb1125..f1c307bfc69caf883509d1e4f336c9a3c61a6d61 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1872,6
+1872,9
@@
if test "$seccomp" != "no" ; then
i386|x86_64)
libseccomp_minver="2.1.0"
;;
+ mips)
+ libseccomp_minver="2.2.0"
+ ;;
arm|aarch64)
libseccomp_minver="2.2.3"
;;