diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-04-24 00:35:09 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-04-24 00:35:09 +0100 |
commit | 4b424e0d861166cbe0faf3620f42b23247281c24 (patch) | |
tree | f53c2f52510d0f610335fb862fd0b3a1fd315874 /src | |
parent | dca6d121a4bdc3fd58cf1e72e9fe04278ae6fac0 (diff) |
Debug: output priv-gid drop
Diffstat (limited to 'src')
-rw-r--r-- | src/src/exim.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/exim.c b/src/src/exim.c index 0184d71e8..df76de15e 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -4192,6 +4192,7 @@ if (!unprivileged && /* originally had root AND */ else { int rv; + DEBUG(D_any) debug_printf("dropping to exim gid; retaining priv uid\n"); rv = setgid(exim_gid); /* Impact of failure is that some stuff might end up with an incorrect group. We track this for failures from root, since any attempt to change privilege |