PERFORCE change 15099 for review

Robert Watson rwatson at freebsd.org
Mon Jul 29 03:49:00 GMT 2002


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

Change 15099 by rwatson at rwatson_paprika on 2002/07/28 20:48:52

	Forwarded declare prototype for mac_te_check_open_vnode() since
	it's invoked by mac_te_check_access_vnode().

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_te/mac_te.c#64 edit

Differences ...

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

@@ -115,6 +115,9 @@
 	int tr_operation;
 };
 
+static int	mac_te_check_open_vnode(struct ucred *cred, struct vnode *vp,
+		    struct label *filelabel, mode_t acc_mode);
+
 /*
  * Temporary rule structure to permit basic stuff, this can and will
  * be replaced.
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