From e7d1f8d54f37c1525139067a75d7bf144ced7654 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 2 Aug 2012 16:48:35 -0400 Subject: [PATCH] Expand a bit on the Solaris priv set changes. --- NEWS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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?