Home
last modified time | relevance | path

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

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