Date: Thu, 9 Feb 2006 20:23:11 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 91458 for review Message-ID: <200602092023.k19KNBdm031336@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91458 Change 91458 by millert@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602092023.k19KNBdm031336>