]> granicus.if.org Git - sudo/commitdiff
Expand a bit on the Solaris priv set changes.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 2 Aug 2012 20:48:35 +0000 (16:48 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 2 Aug 2012 20:48:35 +0000 (16:48 -0400)
NEWS

diff --git a/NEWS b/NEWS
index d62f5943765db589501c46d3b345aa7ad13d03e3..0ee782c9ff3cb52e8c6cc0787bd897e02793bc0a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,12 +33,14 @@ What's new in Sudo 1.8.6?
    of "N incorrect password attempts".  Likewise, the "mail_no_perms"
    sudoers option now takes precedence over "mail_badpass".
 
- * The sudo manuals are now formatted in mdoc.  Versions using the
-   legacy man macros are provided for systems that lack mdoc.
+ * The sudo manuals are now formatted using the mdoc macros.  Versions
+   using the legacy man macros are provided for systems that lack mdoc.
 
  * New support for Solaris privilege sets.  This makes it possible
    to specify fine-grained privileges in the sudoers file on Solaris
-   10 and above.
+   10 and above.  A Runas_Spec that contains no Runas_Lists can be
+   used to give a user the ability to run a command as themselves
+   but with an expanded privilege set.
 
 What's new in Sudo 1.8.5p2?