mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-12 09:05:00 +00:00
11 lines
270 B
C
11 lines
270 B
C
#ifndef _SEPOL_ROLES_H_
|
|
#define _SEPOL_ROLES_H_
|
|
|
|
extern int sepol_role_exists(const sepol_policydb_t * policydb,
|
|
const char *role, int *response);
|
|
|
|
extern int sepol_role_list(const sepol_policydb_t * policydb,
|
|
char ***roles, unsigned int *nroles);
|
|
|
|
#endif
|