[sudo-commits] sudo changeset 10817:6a7623aa9a64

Todd C. Miller Todd.Miller at courtesan.com
Sun Jan 22 20:09:41 MST 2017


changeset:	10817:6a7623aa9a64 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6a7623aa9a64
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Jan 22 18:56:16 2017 -0800

Log Message:
	Add new fdexec sudoers setting to allow choose whether execve() or
	fexecve() is used.

diffstat:

 doc/sudoers.cat             |   32 +++++-
 doc/sudoers.man.in          |   52 ++++++++++
 doc/sudoers.mdoc.in         |   45 ++++++++
 plugins/sudoers/def_data.c  |   11 ++
 plugins/sudoers/def_data.h  |    5 +-
 plugins/sudoers/def_data.in |    4 +
 plugins/sudoers/defaults.c  |    1 +
 plugins/sudoers/match.c     |  228 +++++++++++++++++++++++++++++++------------
 8 files changed, 309 insertions(+), 69 deletions(-)


More information about the sudo-commits mailing list