Please include commit below. It fixes prlimit64 call used by glibc 2.13 for getrlimit handling. User visible behavious is postfix stopping to work if you upgrade to glibc 2.13 (since getrlimit fails).
commit aa5bd67dcfdf9af34c7fa36ebc87d4e1f7e91873 Author: Kacper Kornet <[email protected]> Date: Sat Jan 29 00:21:04 2011 +0100 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 <[email protected]> Acked-by: Jiri Slaby <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> -- Arkadiusz MiĆkiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
