1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

use /var/empty

This commit is contained in:
deraadt 2001-09-25 01:01:12 +00:00
parent 8a5c4954ce
commit 22539e0725

View File

@ -1,4 +1,4 @@
/* $OpenBSD: params.h,v 1.5 2001/09/21 20:22:06 camield Exp $ */
/* $OpenBSD: params.h,v 1.6 2001/09/25 01:01:12 deraadt Exp $ */
/*
* Global POP daemon parameters.
@ -111,7 +111,7 @@
* An empty directory to chroot to before authentication. The directory
* and its parent directories must not be writable by anyone but root.
*/
#define POP_CHROOT "/usr/share/empty"
#define POP_CHROOT "/var/empty"
/*
* Sessions will be closed if idle for longer than POP_TIMEOUT seconds.