Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbinfmts.h50 #define BINPRM_FLAGS_ENFORCE_NONDUMP (1 << BINPRM_FLAGS_ENFORCE_NONDUMP_BIT) macro
/linux-4.4.14/fs/
Dexec.c1127 bprm->interp_flags |= BINPRM_FLAGS_ENFORCE_NONDUMP; in would_dump()
1158 if (bprm->interp_flags & BINPRM_FLAGS_ENFORCE_NONDUMP) in setup_new_exec()