From dc19e4dff1709a3c81af770e77cd073d1da9ba9e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 5 Apr 2011 18:15:05 -0400 Subject: [PATCH] Mention %#gid support in User_List and Runas_List --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index c58f3e347..267a67459 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,9 @@ What's new in Sudo 1.8.1? * White space is now permitted within a User_List when used in conjunction with a per-user Defaults definition. + * A group ID (%#gid) may now be specified in a User_List or Runas_List. + Likewise, for non-Unix groups the syntax is %:#gid. + * Support for double-quoted words in the sudoers file has been fixed. The change in 1.7.5 for escaping the double quote character caused the double quoting to only be available at the beginning