Home
last modified time | relevance | path

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

/linux-4.4.14/security/selinux/ss/
Dservices.c656 struct avtab_key avkey; in context_struct_compute_av() local
683 avkey.target_class = tclass; in context_struct_compute_av()
684 avkey.specified = AVTAB_AV | AVTAB_XPERMS; in context_struct_compute_av()
691 avkey.source_type = i + 1; in context_struct_compute_av()
692 avkey.target_type = j + 1; in context_struct_compute_av()
693 for (node = avtab_search_node(&policydb.te_avtab, &avkey); in context_struct_compute_av()
695 node = avtab_search_node_next(node, avkey.specified)) { in context_struct_compute_av()
707 cond_compute_av(&policydb.te_cond_avtab, &avkey, in context_struct_compute_av()
1001 struct avtab_key avkey; in security_compute_xperms_decision() local
1044 avkey.target_class = tclass; in security_compute_xperms_decision()
[all …]