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

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

Change 14551 by rwatson@rwatson_curry on 2002/07/20 14:12:46

	Various compilation fixes.

Affected files ...

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

Differences ...

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

@@ -1494,7 +1494,7 @@
 }
 
 static int
-mac_bibe_cred_check_readdir_vnode(struct ucred *cred, struct vnode *dvp,
+mac_biba_cred_check_readdir_vnode(struct ucred *cred, struct vnode *dvp,
     struct label *dlabel)
 {
 	struct mac_biba *subj, *obj;
@@ -1503,7 +1503,7 @@
 		return (0);
 
 	subj = SLOT(&cred->cr_label);
-	obj = SLOT(label);
+	obj = SLOT(dlabel);
 
 	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?200207202113.g6KLDYWP015224>