Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2002 14:38:38 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14790 for review
Message-ID:  <200207232138.g6NLccEX058243@freefall.freebsd.org>

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

Change 14790 by rwatson@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@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?200207232138.g6NLccEX058243>