]> granicus.if.org Git - sudo/commitdiff
Mention visudo use of sudoers plugin args to set default sudoers
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 14 Nov 2014 21:17:01 +0000 (14:17 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 14 Nov 2014 21:17:01 +0000 (14:17 -0700)
file name and owner/mode.

NEWS

diff --git a/NEWS b/NEWS
index fdb743533bdf16e549f72e76cc70f988090e75e7..96680471347c8328dfc194f9186dbb511fe8590f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,10 @@ What's new in Sudo 1.8.12
  * Fixed a problem on DragonFly BSD where SIGCHLD could be ignored,
    preventing sudo from exiting.  Bug #676
 
+ * Visudo will now use the optional sudoers_file, sudoers_mode,
+   sudoers_uid and sudoers_gid arguments if specified on the
+   sudoers.so Plugin line in the sudo.conf file.
+
  * Fixed a problem introduced in sudo 1.8.8 that prevented the full
    host name from being used when the "fqdn" sudoers option is used.
    Bug #678