]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
stats: Disable chroot to make event exporters work
authorAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 29 Jul 2019 08:20:48 +0000 (11:20 +0300)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Tue, 10 Sep 2019 07:02:05 +0000 (10:02 +0300)
This is mostly needed for dns-client unix socket and
accessing ssl CA certificates.

src/stats/stats-settings.c

index 57ee982686af6b15d58968ead66634fb17c31f12..769f1d1feb3852ca7a4f653496829795bbc7bb17 100644 (file)
@@ -34,7 +34,7 @@ struct service_settings stats_service_settings = {
        .group = "",
        .privileged_group = "",
        .extra_groups = "",
-       .chroot = "empty",
+       .chroot = "",
 
        .drop_priv_before_exec = FALSE,