From: Todd C. Miller Date: Thu, 2 Aug 2012 20:48:35 +0000 (-0400) Subject: Expand a bit on the Solaris priv set changes. X-Git-Tag: SUDO_1_8_6^2~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7d1f8d54f37c1525139067a75d7bf144ced7654;p=sudo Expand a bit on the Solaris priv set changes. --- diff --git a/NEWS b/NEWS index d62f59437..0ee782c9f 100644 --- 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?