Searched defs:drop (Results 1 - 2 of 2) sorted by relevance

/sendmail/sendmail/
H A Ddaemon.c3105 bool drop; local
3141 ** Want to drop to the user who started the process in all cases
3147 drop = !(UseMSP && RunAsUid != 0 &&
3150 if (drop_privileges(drop) != EX_OK)
3154 "could not drop privileges: %s",
H A Dmain.c331 /* drop group id privileges (RunAsUser not yet set) */
1371 /* drop privileges -- daemon mode done after socket/bind */
1548 ** drop privs to prevent normal
1567 sm_dprintf("Failed to drop privs for user %d attempt to expand, exiting\n",
2278 /* Only drop when a child gives status */
2561 /* drop privileges */
2932 ** drop -- whether or not to drop CurEnv envelope
2944 finis(drop, cleanup, exitstat)
2945 bool drop;
3226 bool drop = false; local
[all...]

Completed in 19 milliseconds