Searched refs:role_allow_rules (Results 1 – 10 of 10) sorted by relevance
/external/selinux/checkpolicy/ |
D | module_compiler.h | 84 void append_role_allow(role_allow_rule_t * role_allow_rules);
|
D | module_compiler.c | 1261 void append_role_allow(role_allow_rule_t * role_allow_rules) in append_role_allow() argument 1268 role_allow_rules->next = decl->role_allow_rules; in append_role_allow() 1269 decl->role_allow_rules = role_allow_rules; in append_role_allow()
|
/external/selinux/libsepol/src/ |
D | avrule_block.c | 103 role_allow_rule_list_destroy(x->role_allow_rules); in avrule_decl_destroy()
|
D | link.c | 1740 || copy_role_allow_list(src_decl->role_allow_rules, in copy_avrule_decl() 1741 &dest_decl->role_allow_rules, module, in copy_avrule_decl()
|
D | write.c | 1939 role_allow_rule_write(decl->role_allow_rules, fp) == -1) { in avrule_decl_write()
|
D | expand.c | 2782 if (copy_role_allows(state, decl->role_allow_rules) != 0 || in copy_and_expand_avrule_block()
|
D | module_to_cil.c | 3679 rc = role_allows_to_cil(indent, pdb, decl->role_allow_rules, role_attr_list); in block_to_cil()
|
D | policydb.c | 3765 role_allow_rule_read(&decl->role_allow_rules, fp) == -1) { in avrule_decl_read()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 458 role_allow_rule_t *role_allow_rules; member
|
/external/selinux/checkpolicy/test/ |
D | dismod.c | 667 display_role_allow(decl->role_allow_rules, policy, in display_avdecl()
|