[sudo-commits] sudo changeset 12590:afeb73867b66

Todd C. Miller Todd.Miller at sudo.ws
Tue Sep 1 15:09:41 MDT 2020


changeset:	12590:afeb73867b66 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/afeb73867b66
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Sep 01 14:10:02 2020 -0600

Log Message:
	Support "*" for CWD/CHROOT to allow user to specify cwd or chroot.
	Adds two new command line options, -D (--chdir) and -R (--chroot)
	that can only be used when sudoers sets runcwd or runchroot to "*".

diffstat:

 doc/sudo.man.in             |   24 +++++-
 doc/sudo.mdoc.in            |   24 +++++-
 doc/sudo_plugin.man.in      |   36 +++++++-
 doc/sudo_plugin.mdoc.in     |   33 +++++++-
 doc/sudoers.man.in          |   34 +++++++-
 doc/sudoers.mdoc.in         |   34 +++++++-
 plugins/sudoers/def_data.c  |    4 +-
 plugins/sudoers/def_data.in |    4 +-
 plugins/sudoers/defaults.c  |   61 ++++++++++++---
 plugins/sudoers/defaults.h  |    4 +-
 plugins/sudoers/gram.c      |  176 +++++++++++++++++++++++--------------------
 plugins/sudoers/gram.y      |   14 +++
 plugins/sudoers/policy.c    |   14 +++-
 plugins/sudoers/sudoers.c   |   22 +++++
 plugins/sudoers/sudoers.h   |    4 +
 src/parse_args.c            |   29 ++++++-
 src/sudo_usage.h.in         |    6 +-
 17 files changed, 396 insertions(+), 127 deletions(-)



More information about the sudo-commits mailing list