Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
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