From f45ad4d64afc834194e72f1ff38096ebda82c687 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Mon, 29 Jul 2019 11:20:48 +0300 Subject: [PATCH] stats: Disable chroot to make event exporters work This is mostly needed for dns-client unix socket and accessing ssl CA certificates. --- src/stats/stats-settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3