/* * 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; void services_compute_xperms_drivers(struct extended_perms *xperms, struct avtab_node *node); void services_compute_xperms_decision(struct extended_perms_decision *xpermd, struct avtab_node *node); #endif /* _SS_SERVICES_H_ */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jeff Vander Stoep | 28 | 57.14% | 1 | 50.00% |
Andrew Morton | 21 | 42.86% | 1 | 50.00% |
Total | 49 | 100.00% | 2 | 100.00% |