summaryrefslogtreecommitdiff
path: root/acconfig.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 /acconfig.h
parent5ad9fd982037e512355cfd5fe060a554934be243 (diff)
downloadopenssh-git-f58c672f0ed61507f0d4b56e7c31478bd580b809.tar.gz
- (djm) Add --with-privsep-path configure option
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 6fabc0b0..bbe50162 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.136 2002/05/13 00:56:51 djm Exp $ */
+/* $Id: acconfig.h,v 1.137 2002/05/13 03:15:43 djm Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -352,6 +352,9 @@
/* Define if you want a different $PATH for the superuser */
#undef SUPERUSER_PATH
+/* Path that unprivileged child will chroot() to in privep mode */
+#undef PRIVSEP_PATH
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */