PERFORCE change 20862 for review

Robert Watson rwatson at freebsd.org
Fri Nov 8 19:09:51 GMT 2002


http://perforce.freebsd.org/chv.cgi?CH=20862

Change 20862 by rwatson at rwatson_tislabs on 2002/11/08 11:09:36

	Remove dup from integ.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_exec.c#48 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_exec.c#48 (text+ko) ====

@@ -470,12 +470,6 @@
 	credential_changing |= will_transition;
 #endif
 
-#ifdef MAC
-	will_transition = mac_execve_will_transition(oldcred, imgp->vp,
-	    interplabelvalid ? &interplabel : NULL, imgp);
-	credential_changing |= will_transition;
-#endif
-
 	if (credential_changing &&
 	    (imgp->vp->v_mount->mnt_flag & MNT_NOSUID) == 0 &&
 	    (p->p_flag & P_TRACED) == 0) {
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