Searched refs:bprm_check_security (Results 1 – 3 of 3) sorted by relevance
544 LSM_HOOK_INIT(bprm_check_security, tomoyo_bprm_check_security),
1488 int (*bprm_check_security)(struct linux_binprm *bprm); member1839 struct hlist_head bprm_check_security; member
784 ret = call_int_hook(bprm_check_security, 0, bprm); in security_bprm_check()