PERFORCE change 42409 for review

Robert Watson rwatson at FreeBSD.org
Fri Nov 14 16:24:25 PST 2003


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

Change 42409 by rwatson at rwatson_paprika on 2003/11/14 16:23:56

	mac_relabel_cred() takes two cred labels, no vnode labels.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_test/mac_test.c#120 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_test/mac_test.c#120 (text+ko) ====

@@ -1206,7 +1206,7 @@
 {
 
 	ASSERT_CRED_LABEL(cred->cr_label);
-	ASSERT_VNODE_LABEL(newlabel);
+	ASSERT_CRED_LABEL(newlabel);
 }
 
 static int


More information about the p4-projects mailing list