Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2002 09:09:09 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9830 for review
Message-ID:  <200204161609.g3GG99o55816@freefall.freebsd.org>

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

Change 9830 by rwatson@rwatson_curry on 2002/04/16 09:09:00

	suser API sync

Affected files ...

... //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#123 edit

Differences ...

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

@@ -1363,7 +1363,7 @@
 	 * policies impose this check themselves if required by the
 	 * policy.  Eventually, this should go away.
 	 */
-	error = suser_xxx(cred, NULL, 0);
+	error = suser_cred(cred, 0);
 	if (error)
 		return (error);
 

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?200204161609.g3GG99o55816>