summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-05-13 13:15:42 +1000
committerDamien Miller <djm@mindrot.org>2002-05-13 13:15:42 +1000
commitf58c672f0ed61507f0d4b56e7c31478bd580b809 (patch)
treecbd1868a16b5b9ad6171c99d9e47ac47d5d0cd70 /pathnames.h
parent5ad9fd982037e512355cfd5fe060a554934be243 (diff)
- (djm) Add --with-privsep-path configure option
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pathnames.h b/pathnames.h
index 943830c08..691293c33 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -141,7 +141,10 @@
141#endif 141#endif
142 142
143/* chroot directory for unprivileged user when UsePrivilegeSeparation=yes */ 143/* chroot directory for unprivileged user when UsePrivilegeSeparation=yes */
144#ifndef _PATH_PRIVSEP_CHROOT_DIR
144#define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" 145#define _PATH_PRIVSEP_CHROOT_DIR "/var/empty"
146#endif
147
145#ifndef _PATH_LS 148#ifndef _PATH_LS
146#define _PATH_LS "ls" 149#define _PATH_LS "ls"
147#endif 150#endif