PERFORCE change 20695 for review
Robert Watson
rwatson at freebsd.org
Tue Nov 5 16:36:29 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20695
Change 20695 by rwatson at rwatson_tislabs on 2002/11/05 08:35:34
Re-sort another function missed in a prior pass.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#212 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/sys/mac.h#212 (text+ko) ====
@@ -222,12 +222,12 @@
void mac_create_cred(struct ucred *cred_parent, struct ucred *cred_child);
int mac_execve_enter(struct image_params *imgp, struct mac *mac_p,
struct label *execlabel);
+void mac_execve_exit(struct image_params *imgp);
void mac_execve_transition(struct ucred *old, struct ucred *new,
struct vnode *vp, struct label *shelllabel,
struct image_params *imgp);
int mac_execve_will_transition(struct ucred *old, struct vnode *vp,
struct label *shelllabel, struct image_params *imgp);
-void mac_execve_exit(struct image_params *imgp);
void mac_create_proc0(struct ucred *cred);
void mac_create_proc1(struct ucred *cred);
void mac_thread_userret(struct thread *td);
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