View | Details | Raw Unified | Return to bug 476
Collapse All | Expand All

(-)sshd.c (-1 / +1 lines)
Lines 1066-1072 Link Here
1066
#else
1066
#else
1067
		if (st.st_uid != 0 || (st.st_mode & (S_IWGRP|S_IWOTH)) != 0)
1067
		if (st.st_uid != 0 || (st.st_mode & (S_IWGRP|S_IWOTH)) != 0)
1068
#endif
1068
#endif
1069
			fatal("Bad owner or mode for %s",
1069
			fatal("Bad owner or mode for %s, should be owned by root and no write perms for group and others",
1070
			    _PATH_PRIVSEP_CHROOT_DIR);
1070
			    _PATH_PRIVSEP_CHROOT_DIR);
1071
	}
1071
	}
1072
1072

Return to bug 476