Bugzilla – Attachment 2153 Details for
Bug 2010
bashism in configure seccomp_filter check
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix bashism
configure-bashism.patch (text/plain), 766 bytes, created by
Colin Watson
on 2012-05-18 21:24:13 AEST
(
hide
)
Description:
fix bashism
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2012-05-18 21:24:13 AEST
Size:
766 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /cvs/openssh/configure.ac,v >retrieving revision 1.490 >diff -p -u -r1.490 configure.ac >--- configure.ac 4 May 2012 01:05:45 -0000 1.490 >+++ configure.ac 18 May 2012 11:23:35 -0000 >@@ -2591,7 +2591,7 @@ elif test "x$sandbox_arg" = "xdarwin" || > AC_DEFINE([SANDBOX_DARWIN], [1], [Sandbox using Darwin sandbox_init(3)]) > elif test "x$sandbox_arg" = "xseccomp_filter" || \ > ( test -z "$sandbox_arg" && \ >- test "x$have_seccomp_filter" == "x1" && \ >+ test "x$have_seccomp_filter" = "x1" && \ > test "x$ac_cv_header_linux_audit_h" = "xyes" && \ > test "x$have_seccomp_audit_arch" = "x1" && \ > test "x$have_linux_no_new_privs" = "x1" && \
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 2010
: 2153