Skip to content

Commit

Permalink
stats: Change stats-writer default socket permissions to allow defaul…
Browse files Browse the repository at this point in the history
…t_internal_group

It's important that all dovecot processes can send statistics to the stats
process.
  • Loading branch information
sirainen authored and cmouse committed Feb 9, 2018
1 parent 473da73 commit 4956874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats/stats-settings.c
Expand Up @@ -11,7 +11,7 @@ static bool stats_metric_settings_check(void *_set, pool_t pool, const char **er
/* <settings checks> */
static struct file_listener_settings stats_unix_listeners_array[] = {
{ "stats-reader", 0600, "", "" },
{ "stats-writer", 0600, "", "" },
{ "stats-writer", 0660, "", "$default_internal_group" },
};
static struct file_listener_settings *stats_unix_listeners[] = {
&stats_unix_listeners_array[0],
Expand Down

0 comments on commit 4956874

Please sign in to comment.