Bugzilla – Attachment #1991: openssh-5.8p1-syntex-error.diff for
bug #1851
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 1851
| Differences between
more error checks in ssh_selinux_setfscreatecon
and this patch
Collapse All
|
Expand All
(-)
openbsd-compat/port-linux.c (-1 / +1 lines)
Lines 213-219 ssh_selinux_setfscreatecon(const char *p
Link Here
213
213
214
if (!ssh_selinux_enabled())
214
if (!ssh_selinux_enabled())
215
return;
215
return;
216
if (path == NULL)
216
if (path == NULL) {
217
setfscreatecon(NULL);
217
setfscreatecon(NULL);
218
return;
218
return;
219
}
219
}
Return to
bug 1851