diff options
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 03fc6a81ae32..69649783c266 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -75,6 +75,7 @@ | |||
75 | #include <linux/string.h> | 75 | #include <linux/string.h> |
76 | #include <linux/selinux.h> | 76 | #include <linux/selinux.h> |
77 | #include <linux/mutex.h> | 77 | #include <linux/mutex.h> |
78 | #include <linux/posix-timers.h> | ||
78 | 79 | ||
79 | #include "avc.h" | 80 | #include "avc.h" |
80 | #include "objsec.h" | 81 | #include "objsec.h" |
@@ -2321,13 +2322,7 @@ static void selinux_bprm_post_apply_creds(struct linux_binprm *bprm) | |||
2321 | initrlim = init_task.signal->rlim+i; | 2322 | initrlim = init_task.signal->rlim+i; |
2322 | rlim->rlim_cur = min(rlim->rlim_max, initrlim->rlim_cur); | 2323 | rlim->rlim_cur = min(rlim->rlim_max, initrlim->rlim_cur); |
2323 | } | 2324 | } |
2324 | if (current->signal->rlim[RLIMIT_CPU].rlim_cur != RLIM_INFINITY) { | 2325 | update_rlimit_cpu(rlim->rlim_cur); |
2325 | /* | ||
2326 | * This will cause RLIMIT_CPU calculations | ||
2327 | * to be refigured. | ||
2328 | */ | ||
2329 | current->it_prof_expires = jiffies_to_cputime(1); | ||
2330 | } | ||
2331 | } | 2326 | } |
2332 | 2327 | ||
2333 | /* Wake up the parent if it is waiting so that it can | 2328 | /* Wake up the parent if it is waiting so that it can |