From: Todd C. Miller Date: Sun, 14 Aug 2011 15:45:46 +0000 (-0400) Subject: sync X-Git-Tag: SUDO_1_7_7~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dda0a50ef9d48b00e04a59ffb25f8af231c2fca;p=sudo sync --HG-- branch : 1.7 --- diff --git a/NEWS b/NEWS index 282432050..0b5889d5a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ What's new in Sudo 1.7.7 + * I/O logging is now supported for commands run in background mode + (using sudo's -b flag). + * Group ownership of the sudoers file is now only enforced when the file mode on sudoers allows group readability or writability. @@ -21,6 +24,9 @@ What's new in Sudo 1.7.7 * For LDAP-based sudoers, the "runas_default" sudoOption now works properly in a sudoRole that contains a sudoCommand. + * Spaces in command line arguments for "sudo -s" and "sudo -i" are + now escaped with a backslash when checking the sudoers file. + What's new in Sudo 1.7.6p2 * Two-character CIDR-style IPv4 netmasks are now matched correctly