Searched refs:sepol_src (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 1059 type_datum_t *sepol_src = NULL; in __cil_type_rule_to_avtab() local 1083 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[i]), &sepol_src); 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() 1119 type_datum_t *sepol_src = NULL; in __cil_typetransition_to_avtab() local 1156 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[i]), &sepol_src); in __cil_typetransition_to_avtab() 1172 new->stype = sepol_src->s.value; in __cil_typetransition_to_avtab() 1321 type_datum_t *sepol_src = NULL; in __cil_avrule_expand_helper() local 1341 rc = __cil_get_sepol_type_datum(pdb, src, &sepol_src); 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() 1668 type_datum_t *sepol_src = NULL; in __cil_avrulex_to_hashtable_helper() local [all …]
|