Searched refs:SUID_DUMP_USER (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/fs/proc/
H A Dinternal.h110 if (dumpable == SUID_DUMP_USER) task_dumpable()
/linux-4.1.27/arch/ia64/include/asm/
H A Dprocessor.h322 if (unlikely(get_dumpable(current->mm) != SUID_DUMP_USER)) { \
/linux-4.1.27/fs/
H A Dexec.c1133 set_dumpable(current->mm, SUID_DUMP_USER); setup_new_exec()
1228 if (get_dumpable(current->mm) != SUID_DUMP_USER) install_exec_creds()
/linux-4.1.27/kernel/
H A Dptrace.c277 if (dumpable != SUID_DUMP_USER && __ptrace_may_access()
H A Dsys.c2079 if (arg2 != SUID_DUMP_DISABLE && arg2 != SUID_DUMP_USER) { SYSCALL_DEFINE5()
/linux-4.1.27/include/linux/
H A Dsched.h447 #define SUID_DUMP_USER 1 /* Dump as user of process */ arch_pick_mmap_layout() macro
460 * test against SUID_DUMP_USER rather than treating it as a boolean arch_pick_mmap_layout()

Completed in 154 milliseconds