From: Todd C. Miller <Todd.Miller@courtesan.com> Date: Wed, 16 Jun 2010 19:28:21 +0000 (-0400) Subject: Add Linux audit support. X-Git-Tag: SUDO_1_7_3~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=251a60ceab17896bcbbade362fd05340e34b04b8;p=sudo Add Linux audit support. --HG-- branch : 1.7 --- diff --git a/WHATSNEW b/WHATSNEW index f0d7cc8d7..9a9966809 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -22,6 +22,9 @@ What's new in Sudo 1.7.3? commands as a non-root user and when one of stdin, stdout or stderr is not a terminal. + * Sudo will now use the Linux audit system with configure with + the --with-linux-audit flag. + * Sudo now uses mbr_check_membership() on systems that support it to determine group membership. Currently, only Darwin (Mac OS X) supports this.