]> granicus.if.org Git - sudo/commitdiff
Add mbr_check_membership support and SELinux fixes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 14 Jun 2010 22:30:12 +0000 (18:30 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 14 Jun 2010 22:30:12 +0000 (18:30 -0400)
--HG--
branch : 1.7

WHATSNEW

index 736b768a2c4a22b85e61a298c29bcc6475fdab6e..1615adc1b2a3bb74e1fadf8f96e38f96e0576e1e 100644 (file)
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -14,6 +14,14 @@ What's new in Sudo 1.7.3?
    Mac OS X, and Linux systems with the devpts filesystem (pseudo-ttys
    only).
 
+ * Sudo's SELinux support should now function correctly when running
+   commands as a non-root user and when one of stdin, stdout or stderr
+   is not a terminal.
+
+ * Sudo now uses mbr_check_membership() on systems that support it
+   to determine group membership.  Currently, only Darwin (Mac OS X)
+   supports this.
+
  * The passwd_timeout and timestamp_timeout options may now be
    specified as floating point numbers for more granular timeout
    values.