PERFORCE change 22552 for review

Chris Vance cvance at freebsd.org
Fri Dec 20 14:13:35 GMT 2002


http://perforce.freebsd.org/chv.cgi?CH=22552

Change 22552 by cvance at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list