]> andersk Git - openssh.git/blobdiff - pathnames.h
- (stevesk) [auth1.c] fix password auth for protocol 1 when
[openssh.git] / pathnames.h
index 002c313a5d1d767d1602cd0a1e68975ec5498b66..943830c0891cfa3e774d56e4d8716a33df3c4ca5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pathnames.h,v 1.11 2002/02/09 17:37:34 deraadt Exp $  */
+/*     $OpenBSD: pathnames.h,v 1.12 2002/03/19 03:03:43 stevesk Exp $  */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
 #ifndef _PATH_SFTP_SERVER
 #define _PATH_SFTP_SERVER              "/usr/libexec/sftp-server"
 #endif
+
+/* chroot directory for unprivileged user when UsePrivilegeSeparation=yes */
+#define _PATH_PRIVSEP_CHROOT_DIR       "/var/empty"
 #ifndef _PATH_LS
 #define _PATH_LS                       "ls"
 #endif
This page took 0.03267 seconds and 4 git commands to generate.