Bugzilla – Attachment 2119 Details for
Bug 1960
Running sshd in wrong SELinux context causes segmentation fault when a user logs in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Suggested one-line patch to fix this issue
openssh.patch (text/plain), 389 bytes, created by
Sven Vermeulen
on 2011-12-14 07:53:56 AEDT
(
hide
)
Description:
Suggested one-line patch to fix this issue
Filename:
MIME Type:
Creator:
Sven Vermeulen
Created:
2011-12-14 07:53:56 AEDT
Size:
389 bytes
patch
obsolete
>--- openssh-5.8p1.orig/openbsd-compat/port-linux.c 2011-12-13 21:40:15.814010359 +0100 >+++ openssh-5.8p1/openbsd-compat/port-linux.c 2011-12-13 21:51:48.843011839 +0100 >@@ -56,7 +56,7 @@ > static security_context_t > ssh_selinux_getctxbyname(char *pwname) > { >- security_context_t sc; >+ security_context_t sc = NULL; > char *sename = NULL, *lvl = NULL; > int r; >
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 1960
: 2119 |
2134