[sudo-commits] sudo changeset 13768:f06dcd0957d0

Todd C. Miller Todd.Miller at sudo.ws
Tue Feb 1 20:10:14 MST 2022


changeset:	13768:f06dcd0957d0 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/f06dcd0957d0
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Feb 01 20:08:26 2022 -0700

Log Message:
	Add sudoers option to perform authentication even in non-interative mode.
	If noninteractive_auth is set, authentication methods that do not
	require input from the user's terminal may proceed.  It is off by
	default, which restores the pre-1.9.9 behavior of "sudo -n".

diffstat:

 docs/sudoers.man.in         |  19 ++++++++++++++++++-
 docs/sudoers.mdoc.in        |  18 +++++++++++++++++-
 plugins/sudoers/check.c     |   6 ++++++
 plugins/sudoers/def_data.c  |   4 ++++
 plugins/sudoers/def_data.h  |   6 ++++--
 plugins/sudoers/def_data.in |   3 +++
 plugins/sudoers/defaults.c  |   1 +
 7 files changed, 53 insertions(+), 4 deletions(-)



More information about the sudo-commits mailing list