Searched refs:role_tr_rules (Results 1 - 11 of 11) sorted by relevance
/third_party/selinux/checkpolicy/ |
H A D | module_compiler.h | 83 void append_role_trans(role_trans_rule_t * role_tr_rules);
|
H A D | module_compiler.c | 1258 void append_role_trans(role_trans_rule_t * role_tr_rules) in append_role_trans() argument 1265 role_tr_rules->next = decl->role_tr_rules; in append_role_trans() 1266 decl->role_tr_rules = role_tr_rules; in append_role_trans()
|
/third_party/selinux/libsepol/src/ |
H A D | avrule_block.c | 101 role_trans_rule_list_destroy(x->role_tr_rules); in avrule_decl_destroy()
|
H A D | link.c | 1671 || copy_role_trans_list(src_decl->role_tr_rules, in copy_avrule_decl() 1672 &dest_decl->role_tr_rules, module, in copy_avrule_decl()
|
H A D | policydb_validate.c | 1328 if (validate_role_trans_rules(handle, decl->role_tr_rules, flavors)) in validate_avrule_blocks()
|
H A D | write.c | 2058 role_trans_rule_write(p, decl->role_tr_rules, fp) == -1 || in avrule_decl_write()
|
H A D | module_to_cil.c | 3684 rc = role_trans_to_cil(indent, pdb, decl->role_tr_rules, role_attr_list, type_attr_list); in block_to_cil()
|
H A D | expand.c | 2769 copy_role_trans(state, decl->role_tr_rules) != 0) { in copy_and_expand_avrule_block()
|
H A D | policydb.c | 3994 role_trans_rule_read(p, &decl->role_tr_rules, fp) == -1 || in avrule_decl_read()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | policydb.h | 460 role_trans_rule_t *role_tr_rules; member
|
/third_party/selinux/checkpolicy/test/ |
H A D | dismod.c | 662 display_role_trans(decl->role_tr_rules, policy, out_fp); in display_avdecl()
|
Completed in 26 milliseconds