[sudo-commits] sudo changeset 11568:6b08b3b918b7

Todd C. Miller Todd.Miller at sudo.ws
Thu Oct 18 08:11:07 MDT 2018


changeset:	11568:6b08b3b918b7 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6b08b3b918b7
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Oct 18 08:08:44 2018 -0600

Log Message:
	Fix handling of timeout values in sudoers.
	When passing the timeout back to the front end, ignore the
	user-specified timeout if it is not set (initialized to 0).
	Otherwise, sudo would choose a zero user-specified timeout over
	the sudoers-specified timeout (non-zero).

diffstat:

 plugins/sudoers/policy.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


More information about the sudo-commits mailing list