[sudo-commits] sudo changeset 11993:9e7936e0ccfe

Todd C. Miller Todd.Miller at sudo.ws
Mon Dec 9 19:33:29 MST 2019


changeset:	11993:9e7936e0ccfe in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9e7936e0ccfe
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Dec 09 19:29:45 2019 -0700

Log Message:
	Add runas_check_shell flag to require a runas user to have a valid shell.
	Not enabled by default.

diffstat:

 MANIFEST                    |    1 +
 config.h.in                 |    3 +
 configure                   |   26 ++++++++
 configure.ac                |    6 +-
 doc/sudoers.man.in          |   24 +++++++-
 doc/sudoers.mdoc.in         |   22 ++++++-
 include/sudo_compat.h       |   11 +++
 lib/util/Makefile.in        |   12 +++
 lib/util/getusershell.c     |  138 ++++++++++++++++++++++++++++++++++++++++++++
 mkdep.pl                    |    2 +-
 plugins/sudoers/check.c     |   25 +++++++
 plugins/sudoers/def_data.c  |    4 +
 plugins/sudoers/def_data.h  |    2 +
 plugins/sudoers/def_data.in |    4 +
 plugins/sudoers/sudoers.c   |    9 ++-
 plugins/sudoers/sudoers.h   |    1 +
 16 files changed, 285 insertions(+), 5 deletions(-)


More information about the sudo-commits mailing list