You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* 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 */
|