Searched refs:avc_compute_av (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ |
H A D | avc.c | 1003 struct avc_node *avc_compute_av(struct selinux_state *state, in avc_compute_av() function 1064 node = avc_compute_av(state, ssid, tsid, tclass, &avd, xp_node); in avc_has_extended_perms() 1155 node = avc_compute_av(state, ssid, tsid, tclass, avd, &xp_node); in avc_has_perm_noaudit()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | avc.c | 974 * avc_compute_av - Add an entry to the AVC based on the security policy 985 static noinline void avc_compute_av(u32 ssid, u32 tsid, u16 tclass, in avc_compute_av() function 1041 avc_compute_av(ssid, tsid, tclass, &avd, xp_node); in avc_has_extended_perms() 1114 avc_compute_av(ssid, tsid, tclass, avd, &xp_node); in avc_perm_nonode()
|
Completed in 4 milliseconds