View | Details | Raw Unified | Return to bug 1851 | Differences between
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