PERFORCE change 14790 for review

Robert Watson rwatson at freebsd.org
Tue Jul 23 21:38:38 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14790

Change 14790 by rwatson at rwatson_tislabs on 2002/07/23 14:38:25

	Declare a prototype of the _open_() implementation so that
	_access() can use it.

Affected files ...

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

Differences ...

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

@@ -103,6 +103,10 @@
 
 MALLOC_DEFINE(M_MACBIBA, "biba label", "MAC/Biba labels");
 
+static int	mac_biba_cred_check_open_vnode(struct ucred *cred,
+		    struct vnode *vp, struct label *vnodelabel,
+		    mode_t acc_mode);
+
 static struct mac_biba *
 biba_alloc(int how)
 {
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