diff options
author | Damien Miller <djm@mindrot.org> | 2002-05-13 13:15:42 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-05-13 13:15:42 +1000 |
commit | f58c672f0ed61507f0d4b56e7c31478bd580b809 (patch) | |
tree | cbd1868a16b5b9ad6171c99d9e47ac47d5d0cd70 /pathnames.h | |
parent | 5ad9fd982037e512355cfd5fe060a554934be243 (diff) |
- (djm) Add --with-privsep-path configure option
Diffstat (limited to 'pathnames.h')
-rw-r--r-- | pathnames.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pathnames.h b/pathnames.h index 943830c0..691293c3 100644 --- a/pathnames.h +++ b/pathnames.h @@ -141,7 +141,10 @@ #endif /* chroot directory for unprivileged user when UsePrivilegeSeparation=yes */ +#ifndef _PATH_PRIVSEP_CHROOT_DIR #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" +#endif + #ifndef _PATH_LS #define _PATH_LS "ls" #endif |