Skip to content

Commit

Permalink
seccomp: Add support for ppc/ppc64
Browse files Browse the repository at this point in the history
Support for ppc/ppc64 is official in libseccomp 2.3.0, so modify the
configuration script to allow qemuu to enable seccomp for those platforms.

Signed-off-by: Michael Strosaker <strosake@linux.vnet.ibm.com>
  • Loading branch information
Michael Strosaker authored and Eduardo Otubo committed Jun 20, 2016
1 parent 482b618 commit 3e68445
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Expand Up @@ -1884,6 +1884,9 @@ if test "$seccomp" != "no" ; then
arm|aarch64)
libseccomp_minver="2.2.3"
;;
ppc|ppc64)
libseccomp_minver="2.3.0"
;;
*)
libseccomp_minver=""
;;
Expand Down

0 comments on commit 3e68445

Please sign in to comment.