PERFORCE change 20411 for review
Robert Watson
rwatson at freebsd.org
Wed Oct 30 15:25:12 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20411
Change 20411 by rwatson at rwatson_sproing on 2002/10/30 07:25:10
Don't abandon the type information by using void * instead of
struct label *.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#157 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#157 (text+ko) ====
@@ -340,7 +340,8 @@
struct componentname *cnp, struct vattr *vap);
int (*mpo_check_vnode_delete)(struct ucred *cred,
struct vnode *dvp, struct label *dlabel,
- struct vnode *vp, void *label, struct componentname *cnp);
+ struct vnode *vp, void label *label,
+ struct componentname *cnp);
int (*mpo_check_vnode_deleteacl)(struct ucred *cred,
struct vnode *vp, struct label *label, acl_type_t type);
int (*mpo_check_vnode_exec)(struct ucred *cred, struct vnode *vp,
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