dovecot-2.1: stats: Chroot to empty directory by default.

dovecot at dovecot.org dovecot at dovecot.org
Thu Dec 8 05:13:53 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/13fb5fa91ed9
changeset: 13813:13fb5fa91ed9
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Dec 08 05:13:44 2011 +0200
description:
stats: Chroot to empty directory by default.

diffstat:

 src/stats/stats-settings.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ed9f4e03c2f9 -r 13fb5fa91ed9 src/stats/stats-settings.c
--- a/src/stats/stats-settings.c	Thu Dec 08 05:12:12 2011 +0200
+++ b/src/stats/stats-settings.c	Thu Dec 08 05:13:44 2011 +0200
@@ -37,7 +37,7 @@
 	.group = "",
 	.privileged_group = "",
 	.extra_groups = "",
-	.chroot = "",
+	.chroot = "empty",
 
 	.drop_priv_before_exec = FALSE,
 


More information about the dovecot-cvs mailing list