mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 07:15:36 +02:00
Add support for AUDIT_ARCH_RISCV64
This commit is contained in:
parent
ea547eb032
commit
3de02be39e
@ -912,6 +912,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
riscv64-*)
|
||||||
|
seccomp_audit_arch=AUDIT_ARCH_RISCV64
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
if test "x$seccomp_audit_arch" != "x" ; then
|
if test "x$seccomp_audit_arch" != "x" ; then
|
||||||
AC_MSG_RESULT(["$seccomp_audit_arch"])
|
AC_MSG_RESULT(["$seccomp_audit_arch"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user