diff options
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1225,7 +1225,7 @@ EXPORT_SYMBOL(install_exec_creds); | |||
1225 | * - the caller must hold ->cred_guard_mutex to protect against | 1225 | * - the caller must hold ->cred_guard_mutex to protect against |
1226 | * PTRACE_ATTACH | 1226 | * PTRACE_ATTACH |
1227 | */ | 1227 | */ |
1228 | int check_unsafe_exec(struct linux_binprm *bprm) | 1228 | static int check_unsafe_exec(struct linux_binprm *bprm) |
1229 | { | 1229 | { |
1230 | struct task_struct *p = current, *t; | 1230 | struct task_struct *p = current, *t; |
1231 | unsigned n_fs; | 1231 | unsigned n_fs; |