Date: Sun, 28 Jul 2002 20:49:00 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 15099 for review Message-ID: <200207290349.g6T3n0EK053242@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15099 Change 15099 by rwatson@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@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?200207290349.g6T3n0EK053242>