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 | 1380 void append_role_allow(role_allow_rule_t * role_allow_rules) in append_role_allow() argument 1387 role_allow_rules->next = decl->role_allow_rules; in append_role_allow() 1388 decl->role_allow_rules = role_allow_rules; in append_role_allow()
|
/external/selinux/libsepol/src/ |
D | avrule_block.c | 101 role_allow_rule_list_destroy(x->role_allow_rules); in avrule_decl_destroy()
|
D | link.c | 1731 || copy_role_allow_list(src_decl->role_allow_rules, in copy_avrule_decl() 1732 &dest_decl->role_allow_rules, module, in copy_avrule_decl()
|
D | write.c | 1806 role_allow_rule_write(decl->role_allow_rules, fp) == -1) { in avrule_decl_write()
|
D | expand.c | 2727 if (copy_role_allows(state, decl->role_allow_rules) != 0 || in copy_and_expand_avrule_block()
|
D | module_to_cil.c | 3512 rc = role_allows_to_cil(indent, pdb, decl->role_allow_rules); in block_to_cil()
|
D | policydb.c | 3460 role_allow_rule_read(&decl->role_allow_rules, fp) == -1) { in avrule_decl_read()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 440 role_allow_rule_t *role_allow_rules; member
|
/external/selinux/checkpolicy/test/ |
D | dismod.c | 642 display_role_allow(decl->role_allow_rules, policy, in display_avdecl()
|