Home
last modified time | relevance | path

Searched refs:BINPRM_FLAGS_ENFORCE_NONDUMP (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dbinfmts.h70 #define BINPRM_FLAGS_ENFORCE_NONDUMP (1 << BINPRM_FLAGS_ENFORCE_NONDUMP_BIT) macro
/kernel/linux/linux-5.10/fs/
Dexec.c1352 if (bprm->interp_flags & BINPRM_FLAGS_ENFORCE_NONDUMP || in begin_new_exec()
1413 bprm->interp_flags |= BINPRM_FLAGS_ENFORCE_NONDUMP; in would_dump()