Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 08:36:29 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20695 for review
Message-ID:  <200211051636.gA5GaTWc035506@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20695

Change 20695 by rwatson@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@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?200211051636.gA5GaTWc035506>