diff options
Diffstat (limited to 'pathnames.h')
-rw-r--r-- | pathnames.h | 5 |
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 @@ | |||
1 | /* $OpenBSD: pathnames.h,v 1.11 2002/02/09 17:37:34 deraadt Exp $ */ | 1 | /* $OpenBSD: pathnames.h,v 1.12 2002/03/19 03:03:43 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -139,6 +139,9 @@ | |||
139 | #ifndef _PATH_SFTP_SERVER | 139 | #ifndef _PATH_SFTP_SERVER |
140 | #define _PATH_SFTP_SERVER "/usr/libexec/sftp-server" | 140 | #define _PATH_SFTP_SERVER "/usr/libexec/sftp-server" |
141 | #endif | 141 | #endif |
142 | |||
143 | /* chroot directory for unprivileged user when UsePrivilegeSeparation=yes */ | ||
144 | #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" | ||
142 | #ifndef _PATH_LS | 145 | #ifndef _PATH_LS |
143 | #define _PATH_LS "ls" | 146 | #define _PATH_LS "ls" |
144 | #endif | 147 | #endif |