diff --git a/misc/linux-platform.sh b/misc/linux-platform.sh index f3fe8b4..818e53b 100755 --- a/misc/linux-platform.sh +++ b/misc/linux-platform.sh @@ -10,6 +10,10 @@ case "$PLATFORM" in seccomp_audit_arch=AUDIT_ARCH_X86_64 syscall_file=$BASE/linux/x86_64_syscall.h.in ;; + i*86*) + >&2 echo "i386 not supported" + exit 1 + ;; arm*) seccomp_audit_arch=AUDIT_ARCH_ARM syscall_file=$BASE/linux/arm_syscall.h.in