Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
/* Defined in include/linux/sched.h */
|
|
SUID_DUMP_DISABLE 0 /* No setuid dumping */
|
|
SUID_DUMP_USER 1 /* Dump as user of process */
|
|
SUID_DUMP_ROOT 2 /* Dump as root */
|