Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dcoredump.h7 #define SUID_DUMP_DISABLE 0 /* No setuid dumping */ macro
/linux/fs/
H A Dpidfs.c348 case SUID_DUMP_DISABLE: in pidfd_info()
/linux/kernel/
H A Dsys.c2571 if (arg2 != SUID_DUMP_DISABLE && arg2 != SUID_DUMP_USER) { in SYSCALL_DEFINE5()