diff options
Diffstat (limited to 'fs/binfmt_aout.c')
-rw-r--r-- | fs/binfmt_aout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/binfmt_aout.c b/fs/binfmt_aout.c index a543364ba29b..4d5e6d26578c 100644 --- a/fs/binfmt_aout.c +++ b/fs/binfmt_aout.c | |||
@@ -267,7 +267,6 @@ static int load_aout_binary(struct linux_binprm * bprm, struct pt_regs * regs) | |||
267 | } | 267 | } |
268 | 268 | ||
269 | install_exec_creds(bprm); | 269 | install_exec_creds(bprm); |
270 | current->flags &= ~PF_FORKNOEXEC; | ||
271 | 270 | ||
272 | if (N_MAGIC(ex) == OMAGIC) { | 271 | if (N_MAGIC(ex) == OMAGIC) { |
273 | unsigned long text_addr, map_size; | 272 | unsigned long text_addr, map_size; |