Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dcoredump.h7 #define SUID_DUMP_DISABLE 0 /* No setuid dumping */ macro
/linux-6.15/kernel/
H A Dsys.c2500 if (arg2 != SUID_DUMP_DISABLE && arg2 != SUID_DUMP_USER) { in SYSCALL_DEFINE5()