Home
last modified time | relevance | path

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

/linux-6.1.9/security/selinux/include/
Davc.h164 #define AVC_CALLBACK_RESET 8 macro
/linux-6.1.9/security/selinux/
Davc.c978 if (c->events & AVC_CALLBACK_RESET) { in avc_ss_reset()
979 tmprc = c->callback(AVC_CALLBACK_RESET); in avc_ss_reset()
Dhooks.c190 if (event == AVC_CALLBACK_RESET) { in selinux_netcache_avc_callback()
201 if (event == AVC_CALLBACK_RESET) { in selinux_lsm_notifier_avc_callback()
7339 if (avc_add_callback(selinux_netcache_avc_callback, AVC_CALLBACK_RESET)) in selinux_init()
7342 if (avc_add_callback(selinux_lsm_notifier_avc_callback, AVC_CALLBACK_RESET)) in selinux_init()
/linux-6.1.9/security/selinux/ss/
Dservices.c3809 if (event == AVC_CALLBACK_RESET) in aurule_avc_callback()
3818 err = avc_add_callback(aurule_avc_callback, AVC_CALLBACK_RESET); in aurule_init()