Bugzilla – Attachment 1330 Details for
Bug 1343
Privilege separation does not work on QNX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable fd passing only on qnx6.
openssh-qnx-fdpass.patch (text/plain), 594 bytes, created by
Darren Tucker
on 2007-07-22 15:18:18 AEST
(
hide
)
Description:
Disable fd passing only on qnx6.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2007-07-22 15:18:18 AEST
Size:
594 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh/configure.ac,v >retrieving revision 1.382 >diff -u -p -r1.382 configure.ac >--- configure.ac 25 Jun 2007 12:15:12 -0000 1.382 >+++ configure.ac 22 Jul 2007 05:12:50 -0000 >@@ -786,6 +786,11 @@ mips-sony-bsd|mips-sony-newsos4) > AC_DEFINE(DISABLE_LASTLOG) > AC_DEFINE(SSHD_ACQUIRES_CTTY) > enable_etc_default_login=no # has incompatible /etc/default/login >+ case "$host" in >+ *-*-nto-qnx6*) >+ AC_DEFINE(DISABLE_FD_PASSING) >+ ;; >+ esac > ;; > > *-*-ultrix*)
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 1343
:
1328
| 1330