Home
last modified time | relevance | path

Searched refs:AVC_CALLBACK_RESET (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/security/selinux/include/
H A Davc.h174 #define AVC_CALLBACK_RESET 8 macro
/kernel/linux/linux-6.6/security/selinux/include/
H A Davc.h157 #define AVC_CALLBACK_RESET 8 macro
/kernel/linux/linux-5.10/security/selinux/
H A Davc.c980 if (c->events & AVC_CALLBACK_RESET) { in avc_ss_reset()
981 tmprc = c->callback(AVC_CALLBACK_RESET); in avc_ss_reset()
H A Dhooks.c192 if (event == AVC_CALLBACK_RESET) { in selinux_netcache_avc_callback()
203 if (event == AVC_CALLBACK_RESET) { in selinux_lsm_notifier_avc_callback()
7310 if (avc_add_callback(selinux_netcache_avc_callback, AVC_CALLBACK_RESET)) in selinux_init()
7313 if (avc_add_callback(selinux_lsm_notifier_avc_callback, AVC_CALLBACK_RESET)) in selinux_init()
/kernel/linux/linux-6.6/security/selinux/
H A Davc.c960 if (c->events & AVC_CALLBACK_RESET) { in avc_ss_reset()
961 tmprc = c->callback(AVC_CALLBACK_RESET); in avc_ss_reset()
H A Dhooks.c189 if (event == AVC_CALLBACK_RESET) { in selinux_netcache_avc_callback()
200 if (event == AVC_CALLBACK_RESET) { in selinux_lsm_notifier_avc_callback()
7306 if (avc_add_callback(selinux_netcache_avc_callback, AVC_CALLBACK_RESET)) in selinux_init()
7309 if (avc_add_callback(selinux_lsm_notifier_avc_callback, AVC_CALLBACK_RESET)) in selinux_init()
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dservices.c3792 if (event == AVC_CALLBACK_RESET && aurule_callback) in aurule_avc_callback()
3801 err = avc_add_callback(aurule_avc_callback, AVC_CALLBACK_RESET); in aurule_init()
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dservices.c3741 if (event == AVC_CALLBACK_RESET) in aurule_avc_callback()
3750 err = avc_add_callback(aurule_avc_callback, AVC_CALLBACK_RESET); in aurule_init()

Completed in 30 milliseconds