Bugzilla – Attachment 1921 Details for
Bug 1811
ssh_selinux_enabled() fails without mounted /proc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openssh-selinux-enabled.patch
openssh-selinux-enabled.patch (text/plain), 588 bytes, created by
Darren Tucker
on 2010-09-10 10:20:40 AEST
(
hide
)
Description:
openssh-selinux-enabled.patch
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2010-09-10 10:20:40 AEST
Size:
588 bytes
patch
obsolete
>? build >Index: openbsd-compat/port-linux.c >=================================================================== >RCS file: /var/cvs/openssh/openbsd-compat/port-linux.c,v >retrieving revision 1.8 >diff -u -p -r1.8 port-linux.c >--- openbsd-compat/port-linux.c 1 Mar 2010 04:52:50 -0000 1.8 >+++ openbsd-compat/port-linux.c 10 Sep 2010 00:18:45 -0000 >@@ -45,7 +45,7 @@ ssh_selinux_enabled(void) > static int enabled = -1; > > if (enabled == -1) { >- enabled = is_selinux_enabled(); >+ enabled = (is_selinux_enabled() == 1); > debug("SELinux support %s", enabled ? "enabled" : "disabled"); > } >
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 Raw
Flags:
djm
:
ok+
Actions:
View
Attachments on
bug 1811
: 1921