summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
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