PERFORCE change 15621 for review
Robert Watson
rwatson at freebsd.org
Tue Aug 6 18:13:53 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15621
Change 15621 by rwatson at rwatson_tislabs on 2002/08/06 11:13:41
Fix prototypes for exposed vnode check calls to not include
labels.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#144 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/sys/mac.h#144 (text+ko) ====
@@ -360,9 +360,9 @@
int mac_check_vnode_open(struct ucred *cred, struct vnode *vp,
mode_t acc_mode);
int mac_check_vnode_poll(struct ucred *active_cred,
- struct ucred *saved_cred, struct vnode *vp, struct label *label);
+ struct ucred *saved_cred, struct vnode *vp);
int mac_check_vnode_read(struct ucred *active_cred,
- struct ucred *saved_cred, struct vnode *vp, struct label *label);
+ struct ucred *saved_cred, struct vnode *vp);
int mac_check_vnode_readdir(struct ucred *cred, struct vnode *vp);
int mac_check_vnode_readlink(struct ucred *cred, struct vnode *vp);
int mac_check_vnode_rename_from(struct ucred *cred, struct vnode *dvp,
@@ -396,7 +396,7 @@
int mac_pipe_label_set(struct ucred *cred, struct pipe *pipe,
struct label *label);
int mac_check_vnode_write(struct ucred *active_cred,
- struct ucred *saved_cred, struct vnode *vp, struct label *label);
+ struct ucred *saved_cred, struct vnode *vp);
/*
* Calls to help various file systems implement labeling functionality
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