1 #ifndef _SEPOL_ROLES_H_ 2 #define _SEPOL_ROLES_H_ 3 4 extern int sepol_role_exists(const sepol_policydb_t * policydb, 5 const char *role, int *response); 6 7 extern int sepol_role_list(const sepol_policydb_t * policydb, 8 char ***roles, unsigned int *nroles); 9 10 #endif 11