Lines Matching defs:bprm
830 int security_bprm_creds_for_exec(struct linux_binprm *bprm)
832 return call_int_hook(bprm_creds_for_exec, 0, bprm);
835 int security_bprm_creds_from_file(struct linux_binprm *bprm, struct file *file)
837 return call_int_hook(bprm_creds_from_file, 0, bprm, file);
840 int security_bprm_check(struct linux_binprm *bprm)
844 ret = call_int_hook(bprm_check_security, 0, bprm);
847 return ima_bprm_check(bprm);
850 void security_bprm_committing_creds(struct linux_binprm *bprm)
852 call_void_hook(bprm_committing_creds, bprm);
855 void security_bprm_committed_creds(struct linux_binprm *bprm)
857 call_void_hook(bprm_committed_creds, bprm);