Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dcoredump.h8 #define SUID_DUMP_USER 1 /* Dump as user of process */ macro
/linux/arch/arm64/kernel/
H A Dmte.c535 ((get_dumpable(mm) != SUID_DUMP_USER) && in access_remote_tags()
/linux/fs/
H A Dexec.c1215 set_dumpable(current->mm, SUID_DUMP_USER); in begin_new_exec()
1264 if (get_dumpable(me->mm) != SUID_DUMP_USER) in begin_new_exec()
H A Dpidfs.c344 case SUID_DUMP_USER: in pidfd_info()
/linux/kernel/
H A Dsys.c2571 if (arg2 != SUID_DUMP_DISABLE && arg2 != SUID_DUMP_USER) { in SYSCALL_DEFINE5()
/linux/fs/proc/
H A Dbase.c1912 if (get_dumpable(mm) != SUID_DUMP_USER) { in task_dump_owner()