]> granicus.if.org Git - sudo/commitdiff
Add entry about SuSE bash script fix.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 16 Jul 2010 18:36:10 +0000 (14:36 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 16 Jul 2010 18:36:10 +0000 (14:36 -0400)
--HG--
branch : 1.7

WHATSNEW

index 2f416fb3e2f7100f02a29061eac9cb6d48cf47ea..b361fa401efb26ef5e6b0cb307f88b12cbfdace9 100644 (file)
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -28,6 +28,12 @@ What's new in Sudo 1.7.4?
  * Sudo now uses polypkg (http://rc.quest.com/topics/polypkg/)
    for cross-platform packing.
 
+ * On Linux, sudo will now restore the nproc resource limit before
+   executing a command, unless the limit appears to have been modified
+   by pam_limits.  This avoids a problem with bash scripts that open
+   more than 32 descriptors on SuSE Linux, where sysconf(_SC_CHILD_MAX)
+   will return -1 when RLIMIT_NPROC is set to RLIMIT_UNLIMITED (-1).
+
 What's new in Sudo 1.7.3?
 
  * Support for logging I/O for the command being run.