Home
last modified time | relevance | path

Searched defs:linux_binprm (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dbinfmts.h18 struct linux_binprm { struct
27 struct mm_struct *mm;
31 have_execfd:1,
34 execfd_creds:1,
40 secureexec:1,
47 comm_from_dentry:1,
52 is_check:1;
55 struct file *file;
59 int argc, envc;
67 unsigned long exec;
[all …]
/linux-6.15/kernel/bpf/
H A Dbpf_lsm.c144 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) in BPF_CALL_2()
H A Dverifier.c7033 BTF_TYPE_SAFE_TRUSTED(struct linux_binprm) { in BTF_TYPE_SAFE_TRUSTED()