xref: /linux/security/selinux/ss/services.h (revision 95e9fd10f06cb5642028b6b851e32b8c8afb4571)
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 extern struct policydb policydb;
13 
14 #endif	/* _SS_SERVICES_H_ */
15 
16