diff options
Diffstat (limited to 'include/linux/binfmts.h')
-rw-r--r-- | include/linux/binfmts.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/binfmts.h b/include/linux/binfmts.h index 790d3305a5a7..fd8bf3219ef7 100644 --- a/include/linux/binfmts.h +++ b/include/linux/binfmts.h | |||
@@ -100,9 +100,6 @@ extern void setup_new_exec(struct linux_binprm * bprm); | |||
100 | extern void would_dump(struct linux_binprm *, struct file *); | 100 | extern void would_dump(struct linux_binprm *, struct file *); |
101 | 101 | ||
102 | extern int suid_dumpable; | 102 | extern int suid_dumpable; |
103 | #define SUID_DUMP_DISABLE 0 /* No setuid dumping */ | ||
104 | #define SUID_DUMP_USER 1 /* Dump as user of process */ | ||
105 | #define SUID_DUMP_ROOT 2 /* Dump as root */ | ||
106 | 103 | ||
107 | /* Stack area protections */ | 104 | /* Stack area protections */ |
108 | #define EXSTACK_DEFAULT 0 /* Whatever the arch defaults to */ | 105 | #define EXSTACK_DEFAULT 0 /* Whatever the arch defaults to */ |