|
Lines 984-989
Link Here
|
| 984 |
usrerr("Permission denied"); |
984 |
usrerr("Permission denied"); |
| 985 |
finis(FALSE, EX_USAGE); |
985 |
finis(FALSE, EX_USAGE); |
| 986 |
} |
986 |
} |
|
|
987 |
if (OpMode == MD_INITALIAS && |
| 988 |
RealUid != 0 && |
| 989 |
RealUid != TrustedUid && |
| 990 |
!wordinclass(RealUserName, 't')) |
| 991 |
{ |
| 992 |
if (LogLevel > 1) |
| 993 |
sm_syslog(LOG_ALERT, NOQID, |
| 994 |
"user %d attempted to rebuild the alias map", |
| 995 |
RealUid); |
| 996 |
usrerr("Permission denied"); |
| 997 |
finis(FALSE, EX_USAGE); |
| 998 |
} |
| 987 |
|
999 |
|
| 988 |
if (MeToo) |
1000 |
if (MeToo) |
| 989 |
BlankEnvelope.e_flags |= EF_METOO; |
1001 |
BlankEnvelope.e_flags |= EF_METOO; |