URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [security/] [selinux/] [ss/] [services.h] - Rev 67
Go to most recent revision | Compare with Previous | Blame | View Log
/* * Implementation of the security services. * * Author : Stephen Smalley, <sds@epoch.ncsc.mil> */ #ifndef _SS_SERVICES_H_ #define _SS_SERVICES_H_ #include "policydb.h" #include "sidtab.h" extern struct policydb policydb; #endif /* _SS_SERVICES_H_ */
Go to most recent revision | Compare with Previous | Blame | View Log