From owner-p4-projects Fri Dec 20 6:13:38 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BF4E237B405; Fri, 20 Dec 2002 06:13:36 -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 5759337B401 for ; Fri, 20 Dec 2002 06:13:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE9043ED8 for ; Fri, 20 Dec 2002 06:13:36 -0800 (PST) (envelope-from cvance@tislabs.com) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKEDZfh075007 for ; Fri, 20 Dec 2002 06:13:35 -0800 (PST) (envelope-from cvance@tislabs.com) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBKEDZg1075004 for perforce@freebsd.org; Fri, 20 Dec 2002 06:13:35 -0800 (PST) Date: Fri, 20 Dec 2002 06:13:35 -0800 (PST) Message-Id: <200212201413.gBKEDZg1075004@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to cvance@tislabs.com using -f From: Chris Vance Subject: PERFORCE change 22552 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=22552 Change 22552 by cvance@cvance_laptop on 2002/12/20 06:13:06 Add prototype for sebsd_load policy Alphabetize list Affected files ... .. //depot/projects/trustedbsd/mac/lib/libsebsd/sebsd.h#4 edit Differences ... ==== //depot/projects/trustedbsd/mac/lib/libsebsd/sebsd.h#4 (text+ko) ==== @@ -47,15 +47,18 @@ #define SEBSD_ID_STRING "sebsd" -int sebsd_enabled(void); -int sebsd_enforcing(void); -int sebsd_avc_toggle(void); char *getseccontext(void); -int security_get_user_contexts(const char *fromcontext, const char *username, - char ***retcontexts, size_t *ncontexts); int get_ordered_context_list(const char *user_name, const char *from_context, char ***ordered_list, size_t *length); int get_default_context(const char *username, const char *from_context, char **default_context); +int sebsd_avc_toggle(void); +int sebsd_enabled(void); +int sebsd_enforcing(void); +int sebsd_load_policy(const char *path); + +int security_get_user_contexts(const char *fromcontext, const char *username, + char ***retcontexts, size_t *ncontexts); + #endif /* _SEBSD_H */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message