mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-24 06:14:59 +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
|
||||
;;
|
||||
riscv64-*)
|
||||
seccomp_audit_arch=AUDIT_ARCH_RISCV64
|
||||
;;
|
||||
esac
|
||||
if test "x$seccomp_audit_arch" != "x" ; then
|
||||
AC_MSG_RESULT(["$seccomp_audit_arch"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user