From: Todd C. Miller Date: Mon, 14 Jun 2010 22:30:12 +0000 (-0400) Subject: Add mbr_check_membership support and SELinux fixes X-Git-Tag: SUDO_1_7_3~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ebaa2105ac16d5da09ec0d7c02c6e7288b145f0;p=sudo Add mbr_check_membership support and SELinux fixes --HG-- branch : 1.7 --- diff --git a/WHATSNEW b/WHATSNEW index 736b768a2..1615adc1b 100644 --- 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.