Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 14:15:38 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14553 for review
Message-ID:  <200207202115.g6KLFcNl015441@freefall.freebsd.org>

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

Change 14553 by rwatson@rwatson_curry on 2002/07/20 14:14:45

	More fixes from earlier changes.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#45 edit

Differences ...

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

@@ -1446,7 +1446,7 @@
 		return (0);
 
 	subj = SLOT(&cred->cr_label);
-	obj = SLOT(vnodelabel);
+	obj = SLOT(dlabel);
 
 	if (!mac_mls_dominate_single(subj, obj))
 		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?200207202115.g6KLFcNl015441>