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

Mention visudo use of sudoers plugin args to set default sudoers

file name and owner/mode.
This commit is contained in:
Todd C. Miller 2014-11-14 14:17:01 -07:00
parent d956785e96
commit cafd7baa2d

4
NEWS
View File

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