Searched refs:role_allow (Results 1 - 8 of 8) sorted by relevance

/external/selinux/policycoreutils/sepolicy/
H A Dsearch.c92 bool role_allow; member in struct:options
118 if (!opt->role_allow && !opt->all) {
887 bool role_allow,
906 cmd_opts.role_allow = role_allow;
963 if (cmd_opts.all || cmd_opts.role_allow) {
1017 int role_allow = Dict_ContainsInt(dict, "role_allow"); variable
1028 return search(allow, neverallow, auditallow, dontaudit, transition, role_allow, src_name, tgt_name, class_name, permlist);
882 search(bool allow, bool neverallow, bool auditallow, bool dontaudit, bool transition, bool role_allow, const char *src_name, const char *tgt_name, const char *class_name, const char *permlist ) argument
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h153 typedef struct role_allow { struct
156 struct role_allow *next;
559 role_allow_t *role_allow; member in struct:policydb
/external/selinux/libsepol/cil/src/
H A Dcil_internal.h933 void cil_roleallow_init(struct cil_roleallow **role_allow);
H A Dcil_binary.c1988 sepol_roleallow->next = pdb->role_allow;
1989 pdb->role_allow = sepol_roleallow;
/external/selinux/libsepol/src/
H A Dservices.c841 struct role_allow *ra;
934 for (ra = policydb->role_allow; ra; ra = ra->next) {
H A Dexpand.c1228 for (l = state->out->role_allow; l && l->next; l = l->next) ;
1252 cur_allow = state->out->role_allow;
1273 state->out->role_allow = n;
H A Dpolicydb.c1369 for (ra = p->role_allow; ra; ra = ra->next) {
2408 ra = calloc(1, sizeof(struct role_allow));
3861 if (role_allow_read(&p->role_allow, fp))
H A Dwrite.c2115 if (role_allow_write(p->role_allow, fp))

Completed in 289 milliseconds