Home
last modified time | relevance | path

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

/linux-4.1.27/security/selinux/ss/
Dservices.c626 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; in context_struct_compute_av()
657 avkey.source_type = i + 1; in context_struct_compute_av()
658 avkey.target_type = j + 1; in context_struct_compute_av()
659 for (node = avtab_search_node(&policydb.te_avtab, &avkey); in context_struct_compute_av()
661 node = avtab_search_node_next(node, avkey.specified)) { in context_struct_compute_av()
671 cond_compute_av(&policydb.te_cond_avtab, &avkey, avd); in context_struct_compute_av()
1404 struct avtab_key avkey; in security_compute_sid() local
1499 avkey.source_type = scontext->type; in security_compute_sid()
[all …]