Home
last modified time | relevance | path

Searched refs:SUID_DUMP_ROOT (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/sched/
H A Dcoredump.h9 #define SUID_DUMP_ROOT 2 /* Dump as root */ macro
/linux/fs/
H A Dcoredump.c876 return __get_dumpable(cprm->mm_flags) == SUID_DUMP_ROOT; in coredump_file()
1422 if (suid_dumpable == SUID_DUMP_ROOT && in validate_coredump_safety()
H A Dpidfs.c346 case SUID_DUMP_ROOT: in pidfd_info()
H A Dexec.c1913 if (WARN_ON((unsigned)value > SUID_DUMP_ROOT)) in set_dumpable()