/* SPDX-License-Identifier: GPL-2.0 */ /* * Implementation of the security services. * * Author : Stephen Smalley, <sds@tycho.nsa.gov> */ #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 | 56.00% | 1 | 25.00% |
Andrew Morton | 20 | 40.00% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 2.00% | 1 | 25.00% |
Stephen D. Smalley | 1 | 2.00% | 1 | 25.00% |
Total | 50 | 100.00% | 4 | 100.00% |