Skip to content

Commit

Permalink
ipc: Change ipc socket's owner to $default_internal_user
Browse files Browse the repository at this point in the history
This is mainly used by director process, which runs as
$default_internal_user. This setting change is always required for director
installations. Also the ipc process itself is already running as
$default_internal_user so this should be a rather safe change.
  • Loading branch information
sirainen authored and villesavolainen committed Mar 12, 2018
1 parent 9f2fe27 commit a062bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipc/ipc-settings.c
Expand Up @@ -9,7 +9,7 @@

/* <settings checks> */
static struct file_listener_settings ipc_unix_listeners_array[] = {
{ "ipc", 0600, "", "" },
{ "ipc", 0600, "$default_internal_user", "" },
{ "login/ipc-proxy", 0600, "$default_login_user", "" }
};
static struct file_listener_settings *ipc_unix_listeners[] = {
Expand Down

0 comments on commit a062bf6

Please sign in to comment.