aboutsummaryrefslogtreecommitdiff
path: root/include/linux/binfmts.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-11binfmt_misc: enable sandboxed mountsGravatar Christian Brauner 1-0/+10
2022-09-29binfmt: remove taso from linux_binprm structGravatar Lukas Bulwahn 1-3/+0
2022-03-08coredump: Move definition of struct coredump_params into coredump.hGravatar Eric W. Biederman 1-12/+1
2022-03-01binfmt: move more stuff undef CONFIG_COREDUMPGravatar Alexey Dobriyan 1-0/+2
2021-03-08coredump: don't bother with do_truncate()Gravatar Al Viro 1-0/+1
2021-02-15binfmt_misc: pass binfmt_misc flags to the interpreterGravatar Laurent Vivier 1-0/+4
2020-07-21exec: Implement kernel_execveGravatar Eric W. Biederman 1-7/+2
2020-07-21exec: Move initialization of bprm->filename into alloc_bprmGravatar Eric W. Biederman 1-0/+1
2020-07-21exec: Remove unnecessary spaces from binfmts.hGravatar Eric W. Biederman 1-5/+5
2020-07-04exec: Remove do_execve_fileGravatar Eric W. Biederman 1-1/+0
2020-06-04Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+1
2020-06-04exec: simplify the copy_strings_kernel calling conventionGravatar Christoph Hellwig 1-2/+1
2020-05-29exec: Compute file based creds only onceGravatar Eric W. Biederman 1-12/+2
2020-05-29exec: Add a per bprm->file version of per_clearGravatar Eric W. Biederman 1-0/+5
2020-05-21exec: Remove recursion from search_binary_handlerGravatar Eric W. Biederman 1-2/+1
2020-05-21exec: Generic execfd supportGravatar Eric W. Biederman 1-5/+5
2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerGravatar Eric W. Biederman 1-1/+0
2020-05-21exec: Allow load_misc_binary to call prepare_binprm unconditionallyGravatar Eric W. Biederman 1-0/+2
2020-05-21exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsGravatar Eric W. Biederman 1-2/+2
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsGravatar Eric W. Biederman 1-13/+5
2020-05-07exec: Rename flush_old_exec begin_new_execGravatar Eric W. Biederman 1-1/+1
2020-05-07exec: Merge install_exec_creds into setup_new_execGravatar Eric W. Biederman 1-1/+0
2020-05-07exec: Rename the flag called_exec_mmap point_of_no_returnGravatar Eric W. Biederman 1-3/+3
2020-05-07exec: Make unlocking exec_update_mutex explictGravatar Eric W. Biederman 1-2/+1
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexGravatar Eric W. Biederman 1-1/+7
2019-05-14exec: move struct linux_binprm::bufGravatar Alexey Dobriyan 1-1/+2
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingGravatar Oleg Nesterov 1-0/+1
2018-12-10exec: make prepare_bprm_creds staticGravatar Chanho Min 1-1/+0
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-1/+1
2018-05-23umh: introduce fork_usermode_blob() helperGravatar Alexei Starovoitov 1-0/+1
2018-04-11exec: pin stack limit during execGravatar Kees Cook 1-0/+2
2018-04-11exec: introduce finalize_exec() before start_thread()Gravatar Kees Cook 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayGravatar Oleg Nesterov 1-1/+1
2017-08-01commoncap: Move cap_elevated calculation into bprm_set_credsGravatar Kees Cook 1-3/+0
2017-08-01commoncap: Refactor to remove bprm_secureexec hookGravatar Kees Cook 1-0/+7
2017-08-01binfmt: Introduce secureexec flagGravatar Kees Cook 1-1/+7
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsGravatar Kees Cook 1-2/+6
2017-06-30randstruct: Mark various structs for randomizationGravatar Kees Cook 1-2/+2
2017-03-03sched/headers, vfs/execve: Move the do_execve*() prototypes from <linux/sched...Gravatar Ingo Molnar 1-0/+10
2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericGravatar Nicolas Pitre 1-0/+2
2016-06-07coredump: fix dumping through pipesGravatar Mateusz Guzik 1-0/+1
2014-12-13syscalls: implement execveat() system callGravatar David Drysdale 1-0/+4
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicGravatar Oleg Nesterov 1-1/+0
2014-02-05execve: use 'struct filename *' for executable name passingGravatar Linus Torvalds 1-1/+0
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 1-3/+0
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsGravatar Kees Cook 1-3/+0
2013-11-09constify do_coredump() argumentGravatar Al Viro 1-1/+1
2013-11-09new helper: dump_emit()Gravatar Al Viro 1-0/+1