[sudo-commits] sudo changeset 12318:a6694704d92f

Todd C. Miller Todd.Miller at sudo.ws
Tue Mar 31 19:49:10 MDT 2020


changeset:	12318:a6694704d92f in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a6694704d92f
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Mar 31 19:43:48 2020 -0600

Log Message:
	Add cwd_optional to command details and enable it in the sudoers plugin.
	If cwd_optional is set to true, a failure to set the cwd will be a
	warning, not an error, and the command will still run.
	Debian bug #598519

diffstat:

 NEWS                     |   5 +++++
 doc/sudo_plugin.man.in   |  17 ++++++++++++++++-
 doc/sudo_plugin.mdoc.in  |  16 +++++++++++++++-
 plugins/sudoers/policy.c |   4 +++-
 src/exec.c               |   9 ++++++---
 src/sudo.c               |   9 +++++++++
 src/sudo.h               |   1 +
 7 files changed, 55 insertions(+), 6 deletions(-)


More information about the sudo-commits mailing list