diff options
Diffstat (limited to 'fs/exec.c')
| -rw-r--r-- | fs/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/exec.c b/fs/exec.c index c401dc74226e..ffe22877ca94 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -963,6 +963,7 @@ void compute_creds(struct linux_binprm *bprm) unsafe = unsafe_exec(current); security_bprm_apply_creds(bprm, unsafe); task_unlock(current); + security_bprm_post_apply_creds(bprm); } EXPORT_SYMBOL(compute_creds); |
