Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbinfmts.h69 #define BINPRM_FLAGS_ENFORCE_NONDUMP (1 << BINPRM_FLAGS_ENFORCE_NONDUMP_BIT) macro
/Linux-v4.19/fs/
Dexec.c1313 bprm->interp_flags |= BINPRM_FLAGS_ENFORCE_NONDUMP; in would_dump()
1362 if (bprm->interp_flags & BINPRM_FLAGS_ENFORCE_NONDUMP || in setup_new_exec()