roles.h 270 B

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