summaryrefslogtreecommitdiffstats
path: root/pathnames.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-22 03:42:37 +0100
committerBen Lindstrom <mouring@eviladmin.org>2002-03-22 03:42:37 +0100
commit7a7edf77ed9e9c982beedb84f2bd384acb7cfcdb (patch)
tree1f05666fcea178a3034ee7fbb9fd14a830bedcd9 /pathnames.h
parent - stevesk@cvs.openbsd.org 2002/03/18 23:52:51 (diff)
downloadopenssh-7a7edf77ed9e9c982beedb84f2bd384acb7cfcdb.tar.xz
openssh-7a7edf77ed9e9c982beedb84f2bd384acb7cfcdb.zip
- stevesk@cvs.openbsd.org 2002/03/19 03:03:43
[pathnames.h servconf.c servconf.h sshd.c] _PATH_PRIVSEP_CHROOT_DIR; ok provos@
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/pathnames.h b/pathnames.h
index 002c313a5..943830c08 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -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>
@@ -139,6 +139,9 @@
#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