Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #263067: Bugfix for
bug #355587
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 355587
Collapse All
|
Expand All
(-)
openssh-bugged/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 355587