Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/selinux/include/
H A Davc.h174 #define AVC_CALLBACK_RESET 8 macro
/OK3568_Linux_fs/kernel/security/selinux/
H A Davc.c988 if (c->events & AVC_CALLBACK_RESET) { in avc_ss_reset()
989 tmprc = c->callback(AVC_CALLBACK_RESET); in avc_ss_reset()
H A Dhooks.c190 if (event == AVC_CALLBACK_RESET) { in selinux_netcache_avc_callback()
201 if (event == AVC_CALLBACK_RESET) { in selinux_lsm_notifier_avc_callback()
7302 if (avc_add_callback(selinux_netcache_avc_callback, AVC_CALLBACK_RESET)) in selinux_init()
7305 if (avc_add_callback(selinux_lsm_notifier_avc_callback, AVC_CALLBACK_RESET)) in selinux_init()
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dservices.c3799 if (event == AVC_CALLBACK_RESET && aurule_callback) in aurule_avc_callback()
3808 err = avc_add_callback(aurule_avc_callback, AVC_CALLBACK_RESET); in aurule_init()