commit | aa5bd67dcfdf9af34c7fa36ebc87d4e1f7e91873 | [log] [tgz] |
---|---|---|
author | Kacper Kornet <kornet@camk.edu.pl> | Sat Jan 29 00:21:04 2011 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jan 31 13:01:27 2011 +1000 |
tree | 95196496421cd8e7ad4c655becf2fa3309c88052 | |
parent | 2f215a7d6d1d8ed0bbdda4fc4f7d64e3a1d46acc [diff] |
Fix prlimit64 for suid/sgid processes Since check_prlimit_permission always fails in the case of SUID/GUID processes, such processes are not able to read or set their own limits. This commit changes this by assuming that process can always read/change its own limits. Signed-off-by: Kacper Kornet <kornet@camk.edu.pl> Acked-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>