2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Expand a bit on the Solaris priv set changes.

This commit is contained in:
Todd C. Miller 2012-08-02 16:48:35 -04:00
parent 355d40aa86
commit e7d1f8d54f

8
NEWS
View File

@ -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?