services.h 260 B

123456789101112131415
  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. #include "policydb.h"
  9. #include "sidtab.h"
  10. extern struct policydb policydb;
  11. #endif /* _SS_SERVICES_H_ */