Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2002 11:09:51 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20862 for review
Message-ID:  <200211081909.gA8J9pQm067233@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20862

Change 20862 by rwatson@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@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?200211081909.gA8J9pQm067233>