Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2006 23:41:56 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103297 for review
Message-ID:  <200608052341.k75Nfudo067350@repoman.freebsd.org>

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

Change 103297 by rwatson@rwatson_zoo on 2006/08/05 23:41:56

	Update new instance of a MAC Framework invocation for mac2 world
	order.

Affected files ...

.. //depot/projects/trustedbsd/mac2/sys/compat/svr4/svr4_misc.c#5 edit

Differences ...

==== //depot/projects/trustedbsd/mac2/sys/compat/svr4/svr4_misc.c#5 (text+ko) ====

@@ -623,7 +623,7 @@
 	if (error)
 		goto fail;
 #ifdef MAC
-	error = mac_check_vnode_chroot(td->td_ucred, vp);
+	error = mac_vnode_check_chroot(td->td_ucred, vp);
 	if (error)
 		goto fail;
 #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608052341.k75Nfudo067350>