Searched refs:avkey (Results 1 – 2 of 2) sorted by relevance
903 avtab_key_t avkey; in context_struct_compute_av() local931 avkey.target_class = tclass; in context_struct_compute_av()932 avkey.specified = AVTAB_AV; in context_struct_compute_av()941 avkey.source_type = i + 1; in context_struct_compute_av()942 avkey.target_type = j + 1; in context_struct_compute_av()944 avtab_search_node(&policydb->te_avtab, &avkey); in context_struct_compute_av()947 avtab_search_node_next(node, avkey.specified)) { in context_struct_compute_av()958 cond_compute_av(&policydb->te_cond_avtab, &avkey, avd); in context_struct_compute_av()1369 avtab_key_t avkey; in sepol_compute_sid() local1417 avkey.source_type = scontext->type; in sepol_compute_sid()[all …]
1701 avtab_key_t avkey; in expand_terule_helper() local1713 avkey.specified = avrule_to_avtab_spec(specified); in expand_terule_helper()1714 avkey.source_type = stype + 1; in expand_terule_helper()1715 avkey.target_type = ttype + 1; in expand_terule_helper()1721 avkey.target_class = cur->tclass; in expand_terule_helper()1727 node = avtab_search_node(&p->te_avtab, &avkey); in expand_terule_helper()1731 node = avtab_search_node(&p->te_cond_avtab, &avkey); in expand_terule_helper()1754 p->p_type_val_to_name[avkey.source_type - in expand_terule_helper()1756 p->p_type_val_to_name[avkey.target_type - in expand_terule_helper()1758 p->p_class_val_to_name[avkey.target_class - in expand_terule_helper()[all …]