commit | 17740d89785aeb4143770923d67c293849414710 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Fri Aug 28 10:47:16 2009 +0200 |
committer | Jiri Slaby <jslaby@suse.cz> | Mon Jan 04 11:27:18 2010 +0100 |
tree | 58f332b0eb828017eb4571e2f7323e859b6c268d | |
parent | 45d28b097280a78893ce25a5d0db41e6a2717853 [diff] |
SECURITY: selinux, fix update_rlimit_cpu parameter Don't pass current RLIMIT_RTTIME to update_rlimit_cpu() in selinux_bprm_committing_creds, since update_rlimit_cpu expects RLIMIT_CPU limit. Use proper rlim[RLIMIT_CPU].rlim_cur instead to fix that. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Acked-by: James Morris <jmorris@namei.org> Cc: Stephen Smalley <sds@tycho.nsa.gov> Cc: Eric Paris <eparis@parisplace.org> Cc: David Howells <dhowells@redhat.com>