PERFORCE change 103297 for review

Robert Watson rwatson at FreeBSD.org
Sat Aug 5 23:41:59 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103297

Change 103297 by rwatson at 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


More information about the trustedbsd-cvs mailing list