Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2002 11:39:00 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11368 for review
Message-ID:  <200205151839.g4FId0n83607@freefall.freebsd.org>

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

Change 11368 by rwatson@rwatson_tislabs on 2002/05/15 11:38:43

	Integ merge-o.  Kept a proc lock release where I shouldn't have
	in the setuid/domain transition case.  Remove the proc_lock so
	that the later debugging lock assertion doesn't cause a panic.

Affected files ...

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

Differences ...

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

@@ -385,7 +385,6 @@
 	if (credential_changing &&
 	    ((imgp->vp->v_mount->mnt_flag & MNT_NOSUID) == 0) &&
 	    ((p->p_flag & P_TRACED) == 0)) {
-		PROC_UNLOCK(p);
 		/*
 		 * Turn off syscall tracing for set-id programs, except for
 		 * root.  Record any set-id flags first to make sure that

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?200205151839.g4FId0n83607>