Searched refs:bprm_check_security (Results 1 – 3 of 3) sorted by relevance
506 LSM_HOOK_INIT(bprm_check_security, tomoyo_bprm_check_security),
1458 int (*bprm_check_security)(struct linux_binprm *bprm); member1798 struct hlist_head bprm_check_security; member
350 ret = call_int_hook(bprm_check_security, 0, bprm); in security_bprm_check()