Bugzilla – Attachment #2020: Patch for port-linux.c for
bug #1881
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 1881
Collapse All
|
Expand All
(-)
openssh-5.8p1/openbsd-compat/port-linux.c (+1 lines)
Lines 214-219
Link Here
214
if (!ssh_selinux_enabled())
214
if (!ssh_selinux_enabled())
215
return;
215
return;
216
if (path == NULL)
216
if (path == NULL)
217
{
217
setfscreatecon(NULL);
218
setfscreatecon(NULL);
218
return;
219
return;
219
}
220
}
Return to
bug 1881