summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-04-24 00:35:09 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-04-24 00:35:09 +0100
commit4b424e0d861166cbe0faf3620f42b23247281c24 (patch)
treef53c2f52510d0f610335fb862fd0b3a1fd315874 /src
parentdca6d121a4bdc3fd58cf1e72e9fe04278ae6fac0 (diff)
Debug: output priv-gid drop
Diffstat (limited to 'src')
-rw-r--r--src/src/exim.c1
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