PERFORCE change 91458 for review

Todd Miller millert at FreeBSD.org
Thu Feb 9 20:23:11 GMT 2006


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

Change 91458 by millert at millert_ibook on 2006/02/09 20:22:10

	Add prototypes for sebsd_* functions that live in the
	libselinux dir.  These should probably move in the future.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd.h#5 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd.h#5 (text+ko) ====

@@ -64,6 +64,11 @@
 extern int thread_has_system(struct thread *td, access_vector_t perm);
 extern int thread_has_security(struct thread *td, access_vector_t perm);
 #endif
-#endif /* _KERNEL */
+#else /* !_KERNEL */
+extern int sebsd_enabled(void);
+extern int sebsd_enforcing(void);
+extern int sebsd_load_policy(const char *);
+extern int sebsd_load_migscs(const char *);
+#endif /* !_KERNEL */
 
 #endif /* _SYS_SECURITY_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