• Home
  • Raw
  • Download

Lines Matching refs:sepol_tgt

1068 					   type_datum_t *sepol_tgt,  in __cil_type_rule_to_avtab_helper()  argument
1085 sepol_tgt->s.value, sepol_obj->s.value, in __cil_type_rule_to_avtab_helper()
1099 type_datum_t *sepol_tgt = NULL; in __cil_type_rule_to_avtab() local
1140 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in __cil_type_rule_to_avtab()
1144 pdb, sepol_src, sepol_tgt, class_list, in __cil_type_rule_to_avtab()
1169 type_datum_t *sepol_tgt, in __cil_typetransition_to_avtab_helper() argument
1184 pdb, sepol_src->s.value, sepol_tgt->s.value, in __cil_typetransition_to_avtab_helper()
1212 type_datum_t *sepol_tgt = NULL; in __cil_typetransition_to_avtab() local
1268 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in __cil_typetransition_to_avtab()
1272 pdb, sepol_src, sepol_tgt, class_list, in __cil_typetransition_to_avtab()
1395 type_datum_t *sepol_tgt = NULL; in __cil_avrule_expand_helper() local
1417 rc = __cil_get_sepol_type_datum(pdb, tgt, &sepol_tgt); in __cil_avrule_expand_helper()
1420 …rc = __cil_insert_avrule(pdb, kind, sepol_src->s.value, sepol_tgt->s.value, sepol_class->s.value, … in __cil_avrule_expand_helper()
1814 type_datum_t *sepol_tgt = NULL; in __cil_avrulex_to_hashtable_helper() local
1822 rc = __cil_get_sepol_type_datum(pdb, tgt, &sepol_tgt); in __cil_avrulex_to_hashtable_helper()
1833 …ioctl_to_hashtable(args->avrulex_ioctl_table, kind, sepol_src->s.value, sepol_tgt->s.value, sepol_… in __cil_avrulex_to_hashtable_helper()
2418 type_datum_t *sepol_tgt = NULL; in cil_roletrans_to_policydb() local
2445 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in cil_roletrans_to_policydb()
2456 new->type = sepol_tgt->s.value; in cil_roletrans_to_policydb()
2501 role_datum_t *sepol_tgt = NULL; in cil_roleallow_to_policydb() local
2518 rc = __cil_get_sepol_role_datum(pdb, DATUM(db->val_to_role[j]), &sepol_tgt); in cil_roleallow_to_policydb()
2524 sepol_roleallow->new_role = sepol_tgt->s.value; in cil_roleallow_to_policydb()
3252 type_datum_t *sepol_tgt = NULL; in cil_rangetransition_to_policydb() local
3276 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in cil_rangetransition_to_policydb()
3286 newkey->target_type = sepol_tgt->s.value; in cil_rangetransition_to_policydb()