Home
last modified time | relevance | path

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

/Linux-v5.4/security/selinux/ss/
Dservices.c622 struct avtab_key avkey; in context_struct_compute_av() local
649 avkey.target_class = tclass; in context_struct_compute_av()
650 avkey.specified = AVTAB_AV | AVTAB_XPERMS; in context_struct_compute_av()
655 avkey.source_type = i + 1; in context_struct_compute_av()
656 avkey.target_type = j + 1; in context_struct_compute_av()
658 &avkey); in context_struct_compute_av()
660 node = avtab_search_node_next(node, avkey.specified)) { in context_struct_compute_av()
672 cond_compute_av(&policydb->te_cond_avtab, &avkey, in context_struct_compute_av()
1009 struct avtab_key avkey; in security_compute_xperms_decision() local
1055 avkey.target_class = tclass; in security_compute_xperms_decision()
[all …]