Bugzilla – Attachment 2840 Details for
Bug 2590
Seccomp filter for missing architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
whitelist PPC64*, S390* and MIPS architectures for seccomp filter
openssh-6.9p1-seccomp-secondary.patch (text/plain), 818 bytes, created by
Jakub Jelen
on 2016-06-17 21:47:17 AEST
(
hide
)
Description:
whitelist PPC64*, S390* and MIPS architectures for seccomp filter
Filename:
MIME Type:
Creator:
Jakub Jelen
Created:
2016-06-17 21:47:17 AEST
Size:
818 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index 24378a7..0bed910 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -811,6 +811,30 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) > aarch64*-*) > seccomp_audit_arch=AUDIT_ARCH_AARCH64 > ;; >+ s390x-*) >+ seccomp_audit_arch=AUDIT_ARCH_S390X >+ ;; >+ s390-*) >+ seccomp_audit_arch=AUDIT_ARCH_S390 >+ ;; >+ powerpc64-*) >+ seccomp_audit_arch=AUDIT_ARCH_PPC64 >+ ;; >+ powerpc64le-*) >+ seccomp_audit_arch=AUDIT_ARCH_PPC64LE >+ ;; >+ mips-*) >+ seccomp_audit_arch=AUDIT_ARCH_MIPS >+ ;; >+ mipsel-*) >+ seccomp_audit_arch=AUDIT_ARCH_MIPSEL >+ ;; >+ mips64-*) >+ seccomp_audit_arch=AUDIT_ARCH_MIPS64 >+ ;; >+ mips64el-*) >+ seccomp_audit_arch=AUDIT_ARCH_MIPSEL64 >+ ;; > esac > if test "x$seccomp_audit_arch" != "x" ; then > AC_MSG_RESULT(["$seccomp_audit_arch"]) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2590
: 2840 |
2861