Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_binary.c1087 type_datum_t *sepol_src = NULL; in __cil_type_rule_to_avtab() local
1111 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[i]), &sepol_src); in __cil_type_rule_to_avtab()
1124 …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()
1147 type_datum_t *sepol_src = NULL; in __cil_typetransition_to_avtab() local
1188 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[i]), &sepol_src); in __cil_typetransition_to_avtab()
1204 newkey->stype = sepol_src->s.value; in __cil_typetransition_to_avtab()
1359 type_datum_t *sepol_src = NULL; in __cil_avrule_expand_helper() local
1379 rc = __cil_get_sepol_type_datum(pdb, src, &sepol_src); in __cil_avrule_expand_helper()
1385 …rc = __cil_insert_avrule(pdb, kind, sepol_src->s.value, sepol_tgt->s.value, sepol_class->s.value, … in __cil_avrule_expand_helper()
1794 type_datum_t *sepol_src = NULL; in __cil_avrulex_to_hashtable_helper() local
[all …]