Searched refs:role_allow (Results 1 - 9 of 9) 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;
562 role_allow_t *role_allow; member in struct:policydb
/external/selinux/prebuilts/bin/
H A Dsediff.py65 rbacrule.add_argument("--role_allow", action="store_true", help="Print role allow rule differences")
92 args.type_trans, args.type_change, args.type_member, args.role_allow,
713 if all_differences or args.role_allow:
714 if diff.added_role_allows or diff.removed_role_allows or args.role_allow:
/external/selinux/libsepol/cil/src/
H A Dcil_internal.h978 void cil_roleallow_init(struct cil_roleallow **role_allow);
H A Dcil_binary.c2267 sepol_roleallow->next = pdb->role_allow;
2268 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.c2119 if (role_allow_write(p->role_allow, fp))

Completed in 390 milliseconds