Don't allow a configure file which is writeable by the Exim user or group
[exim.git] / src / src / globals.c
index 645cdb130d0a851395dfd24a19ef99c0d47c970b..9b77d876b202495e10c3a37cf928e2651a30abc3 100644 (file)
@@ -946,6 +946,7 @@ int     rewrite_existflags     = 0;
 uschar *rfc1413_hosts          = US"*";
 int     rfc1413_query_timeout  = 5;
 /* BOOL    rfc821_domains         = FALSE;  <<< on the way out */
+uid_t   root_gid               = ROOT_GID;
 uid_t   root_uid               = ROOT_UID;
 
 router_instance  *routers  = NULL;