FreeBSD Bugzilla – Attachment 6933 Details for
Bug 15373
patch for sendmail 8.9.3 to avoid alias database deletion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 561 bytes, created by
Udo Schweigert
on 1999-12-09 15:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Udo Schweigert
Created:
1999-12-09 15:40:00 UTC
Size:
561 bytes
patch
obsolete
>--- contrib/sendmail/src/main.c.orig Sun Jan 10 00:31:13 1999 >+++ contrib/sendmail/src/main.c Wed Dec 8 12:51:35 1999 >@@ -984,6 +984,18 @@ > usrerr("Permission denied"); > finis(FALSE, EX_USAGE); > } >+ if (OpMode == MD_INITALIAS && >+ RealUid != 0 && >+ RealUid != TrustedUid && >+ !wordinclass(RealUserName, 't')) >+ { >+ if (LogLevel > 1) >+ sm_syslog(LOG_ALERT, NOQID, >+ "user %d attempted to rebuild the alias map", >+ RealUid); >+ usrerr("Permission denied"); >+ finis(FALSE, EX_USAGE); >+ } > > if (MeToo) > BlankEnvelope.e_flags |= EF_METOO;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15373
: 6933