Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2002 08:35:01 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16117 for review
Message-ID:  <200208161535.g7GFZ1Pj018744@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16117

Change 16117 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208161535.g7GFZ1Pj018744>