From: Timo Sirainen Date: Wed, 7 Feb 2018 11:06:06 +0000 (+0200) Subject: imap-hibernate: Change imap-hibernate default socket permissions to allow default_int... X-Git-Tag: 2.3.9~2332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d522857ef0d25f424cd97323f06003eea2cb877a;p=thirdparty%2Fdovecot%2Fcore.git imap-hibernate: Change imap-hibernate default socket permissions to allow default_internal_group It would be enough to allow only imap processes access to it, but it shouldn't really harm to allow other processes access to it also. --- diff --git a/src/imap-hibernate/imap-hibernate-settings.c b/src/imap-hibernate/imap-hibernate-settings.c index dadf77d9e0..29847de28a 100644 --- a/src/imap-hibernate/imap-hibernate-settings.c +++ b/src/imap-hibernate/imap-hibernate-settings.c @@ -10,7 +10,7 @@ /* */ static struct file_listener_settings imap_hibernate_unix_listeners_array[] = { - { "imap-hibernate", 0600, "", "" } + { "imap-hibernate", 0660, "", "$default_internal_group" } }; static struct file_listener_settings *imap_hibernate_unix_listeners[] = { &imap_hibernate_unix_listeners_array[0]