summaryrefslogtreecommitdiff
path: root/src/arch-syscall-validate
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2014-08-21 16:47:50 -0400
committerPaul Moore <pmoore@redhat.com>2014-08-21 16:47:50 -0400
commitf2b1827d0dd116f156d1a787d73b8df98815b2df (patch)
treeacd90cea95891bfc2593b0ee1397dbef233104fa /src/arch-syscall-validate
parentb8969be8264cc10125406228b0e893f647dbc321 (diff)
downloadlibseccomp-f2b1827d0dd116f156d1a787d73b8df98815b2df.tar.gz
arch: add mips64n32 to the defaults in arch-syscall-validate
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'src/arch-syscall-validate')
-rwxr-xr-xsrc/arch-syscall-validate2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch-syscall-validate b/src/arch-syscall-validate
index 740ab77..7c7cd7f 100755
--- a/src/arch-syscall-validate
+++ b/src/arch-syscall-validate
@@ -368,7 +368,7 @@ done
shift $(($OPTIND - 1))
# defaults
-[[ $arches == "" ]] && arches="x86 x86_64 x32 arm mips mips64"
+[[ $arches == "" ]] && arches="x86 x86_64 x32 arm mips mips64 mips64n32"
# sanity checks
kernel_dir="$1"