[sudo-commits] sudo changeset 14727:be1f672878ae

Todd C. Miller Todd.Miller at sudo.ws
Tue May 2 11:23:32 MDT 2023


changeset:	14727:be1f672878ae in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/be1f672878ae
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue May 02 10:37:39 2023 -0600

Log Message:
	Add adminconfdir and --enable-adminconf to set it.
	Configuration paths in sudo are now a colon-separated list of files
	with the adminconfdir instance first (if enabled), followed by a
	sysconfdir instance.

diffstat:

 INSTALL.md                          |   12 +-
 Makefile.in                         |    3 +-
 configure                           |  230 ++++++++++++++++++++++++++++-------
 configure.ac                        |   75 ++++++++--
 docs/Makefile.in                    |    3 +-
 examples/Makefile.in                |    3 +-
 include/Makefile.in                 |    3 +-
 lib/util/Makefile.in                |    1 +
 lib/zlib/Makefile.in                |    3 +-
 logsrvd/Makefile.in                 |    3 +-
 m4/sudo.m4                          |   21 ++-
 plugins/audit_json/Makefile.in      |    3 +-
 plugins/group_file/Makefile.in      |    3 +-
 plugins/python/Makefile.in          |    3 +-
 plugins/sample/Makefile.in          |    3 +-
 plugins/sample_approval/Makefile.in |    3 +-
 plugins/sudoers/Makefile.in         |    1 +
 plugins/system_group/Makefile.in    |    3 +-
 src/Makefile.in                     |    3 +-
 19 files changed, 295 insertions(+), 84 deletions(-)



More information about the sudo-commits mailing list