Subject: CVS commit: [netbsd-2-0] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 10/31/2005 20:53:03
Module Name:	src
Committed By:	tron
Date:		Mon Oct 31 20:53:03 UTC 2005

Modified Files:
	src/sys/kern [netbsd-2-0]: kern_exec.c

Log Message:
Apply patch (requested by dan in ticket #5955):
Don't clear unconditionally P_SUGID when we exec. Clear it only when
the real and effective user and group ids match. From Tavis Ormandy.


To generate a diff of this commit:
cvs rdiff -r1.185.2.2 -r1.185.2.3 src/sys/kern/kern_exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.