forked from pool/openssh
ceda754f5a
reviewed ok. OBS-URL: https://build.opensuse.org/request/show/60057 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=7
14 lines
400 B
Diff
14 lines
400 B
Diff
Index: openssh-5.8p1/openbsd-compat/port-linux.c
|
|
===================================================================
|
|
--- openssh-5.8p1.orig/openbsd-compat/port-linux.c
|
|
+++ openssh-5.8p1/openbsd-compat/port-linux.c
|
|
@@ -213,7 +213,7 @@ ssh_selinux_setfscreatecon(const char *p
|
|
|
|
if (!ssh_selinux_enabled())
|
|
return;
|
|
- if (path == NULL)
|
|
+ if (path == NULL) {
|
|
setfscreatecon(NULL);
|
|
return;
|
|
}
|