Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Dservices.c631 struct avtab_key avkey; in context_struct_compute_av() local
656 avkey.target_class = tclass; in context_struct_compute_av()
657 avkey.specified = AVTAB_AV | AVTAB_XPERMS; in context_struct_compute_av()
662 avkey.source_type = i + 1; in context_struct_compute_av()
663 avkey.target_type = j + 1; in context_struct_compute_av()
665 &avkey); in context_struct_compute_av()
667 node = avtab_search_node_next(node, avkey.specified)) { in context_struct_compute_av()
679 cond_compute_av(&policydb->te_cond_avtab, &avkey, in context_struct_compute_av()
1038 struct avtab_key avkey; in security_compute_xperms_decision() local
1086 avkey in security_compute_xperms_decision()
1767 struct avtab_key avkey; security_compute_sid() local
[all...]