Searched refs:bprm (Results 1 – 2 of 2) sorted by relevance
118 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) in BPF_CALL_2() argument123 bprm->secureexec = (flags & BPF_F_BPRM_SECUREEXEC); in BPF_CALL_2()
2655 void __audit_bprm(struct linux_binprm *bprm) in __audit_bprm() argument2660 context->execve.argc = bprm->argc; in __audit_bprm()2794 int __audit_log_bprm_fcaps(struct linux_binprm *bprm, in __audit_log_bprm_fcaps() argument2810 bprm->file->f_path.dentry, &vcaps); in __audit_log_bprm_fcaps()