ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / security / selinux / ss / services.h
1 /*
2  * Implementation of the security services.
3  *
4  * Author : Stephen Smalley, <sds@epoch.ncsc.mil>
5  */
6 #ifndef _SS_SERVICES_H_
7 #define _SS_SERVICES_H_
8
9 #include "policydb.h"
10 #include "sidtab.h"
11
12 /*
13  * The security server uses two global data structures
14  * when providing its services:  the SID table (sidtab)
15  * and the policy database (policydb).
16  */
17 extern struct sidtab sidtab;
18 extern struct policydb policydb;
19
20 #endif  /* _SS_SERVICES_H_ */
21