mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
Add AUDIT_ARCH_PPC to supported seccomp arches.
Patch from dries.deschout at dodeco.eu.
This commit is contained in:
parent
a061792a6e
commit
751d22cdef
@ -936,6 +936,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
|
||||
s390-*)
|
||||
seccomp_audit_arch=AUDIT_ARCH_S390
|
||||
;;
|
||||
powerpc-*)
|
||||
seccomp_audit_arch=AUDIT_ARCH_PPC
|
||||
;;
|
||||
powerpc64-*)
|
||||
seccomp_audit_arch=AUDIT_ARCH_PPC64
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user