PERFORCE change 51969 for review
Chris Vance
cvance at FreeBSD.org
Fri Apr 30 13:36:19 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=51969
Change 51969 by cvance at cvance_osx_laptop on 2004/04/30 06:35:49
Darwin has no image_params structure, so this entry point isn't
implemented.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/bsd/sys/mac.h#3 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin73/apsl/xnu/bsd/sys/mac.h#3 (text+ko) ====
@@ -229,7 +229,9 @@
void mac_create_cred(struct ucred *cred_parent, struct ucred *cred_child);
int mac_execve_enter(struct mac *mac_p,
struct label *execlabel);
-void mac_execve_exit(struct image_params *imgp);
+#if 0
+void mac_execve_exit(struct image_params *imgp);
+#endif /* 0 */
void mac_execve_transition(struct ucred *old, struct ucred *new,
struct vnode *vp, struct label *scriptvnodelabel,
struct label *execlabel);
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