PERFORCE change 42409 for review
Robert Watson
rwatson at FreeBSD.org
Sat Nov 15 00:24:24 GMT 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
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list