[sudo-commits] sudo changeset 15088:21e56d49521a

Todd C. Miller Todd.Miller at sudo.ws
Wed Sep 27 15:17:04 MDT 2023


changeset:	15088:21e56d49521a in /raid/repos/sudo
tags:		tip
details:	https://www.sudo.ws/repos/sudo/rev/21e56d49521a
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Sep 27 15:16:18 2023 -0600
files:		plugins/sudoers/file.c

Log Message:
	sudo_file_open: initialize parser before calling open_sudoers().

	Otherwise, the parser_conf settings in the context passed to
	sudo_file_open() will not be honored by open_sudoers().
	Affected settings include ignore_perms, sudoers mode, uid and gid.


diffstat:

 plugins/sudoers/file.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the sudo-commits mailing list