Bugzilla – Attachment 2074 Details for
Bug 1924
Improve selinux change context error mesage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch solving the problem
openssh-5.8p2-sesftplog.patch (text/plain), 645 bytes, created by
jchadima
on 2011-08-08 21:43:07 AEST
(
hide
)
Description:
Patch solving the problem
Filename:
MIME Type:
Creator:
jchadima
Created:
2011-08-08 21:43:07 AEST
Size:
645 bytes
patch
obsolete
>diff -up openssh-5.8p2/openbsd-compat/port-linux.c.sesftplog openssh-5.8p2/openbsd-compat/port-linux.c >--- openssh-5.8p2/openbsd-compat/port-linux.c.sesftplog 2011-08-08 12:47:21.000000000 +0200 >+++ openssh-5.8p2/openbsd-compat/port-linux.c 2011-08-08 12:54:10.234607372 +0200 >@@ -506,7 +506,7 @@ ssh_selinux_change_context(const char *n > debug3("%s: setting context from '%s' to '%s'", __func__, oldctx, > newctx); > if (setcon(newctx) < 0) >- logit("%s: setcon failed with %s", __func__, strerror (errno)); >+ logit("%s: setcon %s from %s failed with %s", __func__, newctx, oldctx, strerror (errno)); > xfree(oldctx); > xfree(newctx); > }
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 1924
: 2074