[sudo-commits] sudo changeset 10293:397722cdd7ec

Todd C. Miller Todd.Miller at courtesan.com
Mon Jan 4 10:45:18 MST 2016


changeset:	10293:397722cdd7ec in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/397722cdd7ec
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Jan 04 10:35:18 2016 -0700

Log Message:
	Add support for using fexecve() if supported on commands that are
	checksummed.

diffstat:

 configure                 |   7 ++++-
 configure.ac              |   8 +++---
 doc/sudo_plugin.cat       |  10 +++++++-
 doc/sudo_plugin.man.in    |  22 ++++++++++++++++-
 doc/sudo_plugin.mdoc.in   |  20 ++++++++++++++-
 doc/sudoers.cat           |  12 +++++----
 doc/sudoers.man.in        |  16 +++++++-----
 doc/sudoers.mdoc.in       |  16 +++++++-----
 include/sudo_plugin.h     |   4 +-
 plugins/sudoers/match.c   |  57 +++++++++++++++++++++++++++++++++++++---------
 plugins/sudoers/policy.c  |  15 +++++++++++-
 plugins/sudoers/sudoers.h |   4 ++-
 src/exec.c                |  10 ++++----
 src/exec_common.c         |  13 +++++++---
 src/selinux.c             |  17 +++++++++----
 src/sesh.c                |  17 ++++++++++++-
 src/sudo.c                |  18 ++++++++++++++-
 src/sudo.h                |   7 +++--
 src/sudo_exec.h           |   4 +-
 19 files changed, 209 insertions(+), 68 deletions(-)


More information about the sudo-commits mailing list