From owner-p4-projects Tue Nov 5 8:38:18 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 05F3637B404; Tue, 5 Nov 2002 08:38:17 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92ADA37B401 for ; Tue, 5 Nov 2002 08:38:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C41343E77 for ; Tue, 5 Nov 2002 08:38:16 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gA5GaUmV035509 for ; Tue, 5 Nov 2002 08:36:30 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA5GaTWc035506 for perforce@freebsd.org; Tue, 5 Nov 2002 08:36:29 -0800 (PST) Date: Tue, 5 Nov 2002 08:36:29 -0800 (PST) Message-Id: <200211051636.gA5GaTWc035506@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 20695 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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