Searched refs:avc_lookup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ |
H A D | avc.c | 549 * avc_lookup - Look up an AVC entry. 560 static struct avc_node *avc_lookup(struct selinux_avc *avc, in avc_lookup() function 1062 node = avc_lookup(state->avc, ssid, tsid, tclass); in avc_has_extended_perms() 1153 node = avc_lookup(state->avc, ssid, tsid, tclass); in avc_has_perm_noaudit()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | avc.c | 544 * avc_lookup - Look up an AVC entry. 555 static struct avc_node *avc_lookup(u32 ssid, u32 tsid, u16 tclass) in avc_lookup() function 1039 node = avc_lookup(ssid, tsid, tclass); in avc_has_extended_perms() 1154 node = avc_lookup(ssid, tsid, tclass); in avc_has_perm_noaudit()
|
Completed in 4 milliseconds