Home
last modified time | relevance | path

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

/openbmc/linux/security/selinux/ss/
H A Dservices.c620 struct avtab_key avkey; in context_struct_compute_av() local
647 avkey.target_class = tclass; in context_struct_compute_av()
648 avkey.specified = AVTAB_AV | AVTAB_XPERMS; in context_struct_compute_av()
653 avkey.source_type = i + 1; in context_struct_compute_av()
654 avkey.target_type = j + 1; in context_struct_compute_av()
656 &avkey); in context_struct_compute_av()
658 node = avtab_search_node_next(node, avkey.specified)) { in context_struct_compute_av()
670 cond_compute_av(&policydb->te_cond_avtab, &avkey, in context_struct_compute_av()
1015 struct avtab_key avkey; in security_compute_xperms_decision() local
1062 avkey.target_class = tclass; in security_compute_xperms_decision()
[all …]