Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 10:18:31 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14528 for review
Message-ID:  <200207201718.g6KHIVBj074039@freefall.freebsd.org>

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

Change 14528 by rwatson@rwatson_curry on 2002/07/20 10:18:09

	Typo correction.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#54 edit

Differences ...

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

@@ -1503,7 +1503,7 @@
 		return (0);
 
 	subj = SLOT(&cred->cr_label);
-	obj = SLOT(vnodelabel);
+	obj = SLOT(label);
 
 	if (!mac_biba_dominate_single(obj, subj))
 		return (EACCES);

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?200207201718.g6KHIVBj074039>