Searched refs:sepol_tgt (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 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 [all …]
|