Home
last modified time | relevance | path

Searched refs:sepol_tgt (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_binary.c1060 type_datum_t *sepol_tgt = NULL; in __cil_type_rule_to_avtab() local
1089 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in __cil_type_rule_to_avtab()
1096 …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()
1120 type_datum_t *sepol_tgt = NULL; in __cil_typetransition_to_avtab() local
1162 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in __cil_typetransition_to_avtab()
1173 new->ttype = sepol_tgt->s.value; in __cil_typetransition_to_avtab()
1322 type_datum_t *sepol_tgt = NULL; in __cil_avrule_expand_helper() local
1344 rc = __cil_get_sepol_type_datum(pdb, tgt, &sepol_tgt); in __cil_avrule_expand_helper()
1347 …rc = __cil_insert_avrule(pdb, kind, sepol_src->s.value, sepol_tgt->s.value, sepol_class->s.value, … in __cil_avrule_expand_helper()
1669 type_datum_t *sepol_tgt = NULL; in __cil_avrulex_to_hashtable_helper() local
[all …]