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

/sendmail/libsm/
H A Dmpeix.c389 static bool sendmail_mpe_uidflag = false; variable
458 sendmail_mpe_uidflag = ((mode & S_ISUID) == S_ISUID);
467 ** If sendmail_mpe_uidflag == -1 then obtain the mode bits to determine
469 ** sendmail_mpe_uidflag to true. Otherwise we do not want uid emulation
470 ** and so set sendmail_mpe_uidflag to false.
489 sendmail_mpe_uidflag = ((mode & S_ISUID) == S_ISUID);
492 return sendmail_mpe_uidflag;

Completed in 9 milliseconds