Lines Matching refs:bprm
591 * @bprm: contains the linux_binprm structure
602 static int ima_bprm_check(struct linux_binprm *bprm)
607 return process_measurement(bprm->file, current_cred(),
609 bprm->is_check);
614 * @bprm: contains the linux_binprm structure
633 static int ima_creds_check(struct linux_binprm *bprm, const struct file *file)
638 return process_measurement((struct file *)file, bprm->cred, &prop, NULL,
644 * @bprm: contains the linux_binprm structure
655 static int ima_bprm_creds_for_exec(struct linux_binprm *bprm)
664 if (!bprm->is_check)
667 return ima_bprm_check(bprm);