PERFORCE change 16117 for review
Robert Watson
rwatson at freebsd.org
Fri Aug 16 15:35:01 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16117
Change 16117 by rwatson at rwatson_tislabs on 2002/08/16 08:34:33
Don't set the MAC label in sendmail, instead use the label of
the invoking environment. We're not ready to do a multi-level
sendmail yet.
Affected files ...
.. //depot/projects/trustedbsd/mac/contrib/sendmail/src/deliver.c#8 edit
Differences ...
==== //depot/projects/trustedbsd/mac/contrib/sendmail/src/deliver.c#8 (text+ko) ====
@@ -2350,7 +2350,7 @@
if (pwd != NULL)
(void) setusercontext(NULL,
pwd, pwd->pw_uid,
- LOGIN_SETRESOURCES|LOGIN_SETPRIORITY|LOGIN_SETLABEL);
+ LOGIN_SETRESOURCES|LOGIN_SETPRIORITY);
}
# endif /* HASSETUSERCONTEXT */
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list