]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
anvil: Change to run the process as root and without chroot
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 8 Dec 2021 00:05:46 +0000 (02:05 +0200)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 8 Feb 2022 09:48:24 +0000 (10:48 +0100)
The KICK-USER command needs to be able to connect to other processes' admin
sockets and to send signals to other processes.

src/anvil/anvil-settings.c

index a94823e02fc1de0eca8bec87bb9ced9783da9d11..02e582eeebdead84e21a410bf4e53ce7e167a848 100644 (file)
@@ -26,11 +26,11 @@ struct service_settings anvil_service_settings = {
        .protocol = "",
        .type = "anvil",
        .executable = "anvil",
-       .user = "$default_internal_user",
+       .user = "",
        .group = "",
        .privileged_group = "",
        .extra_groups = "",
-       .chroot = "empty",
+       .chroot = "",
 
        .drop_priv_before_exec = FALSE,