Searched refs:bprm_check_security (Results 1 – 3 of 3) sorted by relevance
505 LSM_HOOK_INIT(bprm_check_security, tomoyo_bprm_check_security),
1331 int (*bprm_check_security)(struct linux_binprm *bprm); member1634 struct list_head bprm_check_security; member
248 ret = call_int_hook(bprm_check_security, 0, bprm); in security_bprm_check()1566 .bprm_check_security =1567 LIST_HEAD_INIT(security_hook_heads.bprm_check_security),