Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2002 06:13:35 -0800 (PST)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22552 for review
Message-ID:  <200212201413.gBKEDZg1075004@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212201413.gBKEDZg1075004>