From: Aki Tuomi Date: Mon, 29 Jul 2019 08:20:48 +0000 (+0300) Subject: stats: Disable chroot to make event exporters work X-Git-Tag: 2.3.9~356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f45ad4d64afc834194e72f1ff38096ebda82c687;p=thirdparty%2Fdovecot%2Fcore.git stats: Disable chroot to make event exporters work This is mostly needed for dns-client unix socket and accessing ssl CA certificates. --- diff --git a/src/stats/stats-settings.c b/src/stats/stats-settings.c index 98eb899e52..61a77a2d89 100644 --- a/src/stats/stats-settings.c +++ b/src/stats/stats-settings.c @@ -34,7 +34,7 @@ struct service_settings stats_service_settings = { .group = "", .privileged_group = "", .extra_groups = "", - .chroot = "empty", + .chroot = "", .drop_priv_before_exec = FALSE,