Lines Matching refs:sepol_tgt
1086 type_datum_t *sepol_tgt = NULL; in __cil_type_rule_to_avtab() local
1115 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in __cil_type_rule_to_avtab()
1122 …rc = __cil_insert_type_rule(pdb, kind, sepol_src->s.value, sepol_tgt->s.value, sepol_obj->s.value,… in __cil_type_rule_to_avtab()
1146 type_datum_t *sepol_tgt = NULL; in __cil_typetransition_to_avtab() local
1188 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in __cil_typetransition_to_avtab()
1199 new->ttype = sepol_tgt->s.value; in __cil_typetransition_to_avtab()
1413 type_datum_t *sepol_tgt = NULL; in __cil_avrule_expand_helper() local
1443 rc = __cil_get_sepol_type_datum(pdb, tgt, &sepol_tgt); in __cil_avrule_expand_helper()
1446 …rc = __cil_insert_avrule(pdb, kind, sepol_src->s.value, sepol_tgt->s.value, sepol_class->s.value, … in __cil_avrule_expand_helper()
1871 type_datum_t *sepol_tgt = NULL; in cil_roletrans_to_policydb() local
1902 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in cil_roletrans_to_policydb()
1913 new->type = sepol_tgt->s.value; in cil_roletrans_to_policydb()
1959 role_datum_t *sepol_tgt = NULL; in cil_roleallow_to_policydb() local
1980 rc = __cil_get_sepol_role_datum(pdb, DATUM(db->val_to_role[j]), &sepol_tgt); in cil_roleallow_to_policydb()
1986 sepol_roleallow->new_role = sepol_tgt->s.value; in cil_roleallow_to_policydb()
2639 type_datum_t *sepol_tgt = NULL; in cil_rangetransition_to_policydb() local
2666 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in cil_rangetransition_to_policydb()
2677 new->target_type = sepol_tgt->s.value; in cil_rangetransition_to_policydb()