[sudo-commits] sudo changeset 12585:64957c5875f3

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 31 17:08:54 MDT 2020


changeset:	12585:64957c5875f3 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/64957c5875f3
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 31 16:37:01 2020 -0600

Log Message:
	Pass resource limits values to the plugin in user_info[]
	Sudo resets the resource limits early in its execution so
	the plugin cannot tell what the original limits were itself.

diffstat:

 NEWS                                                                                |   5 +
 doc/sudo_plugin.man.in                                                              |  98 +++++++++-
 doc/sudo_plugin.mdoc.in                                                             |  86 ++++++++-
 include/sudo_plugin.h                                                               |   2 +-
 plugins/python/regress/testdata/check_multiple_approval_plugin_and_arguments.stdout |   4 +-
 src/exec.c                                                                          |   2 +-
 src/limits.c                                                                        |  89 +++++++-
 src/sudo.c                                                                          |  11 +-
 src/sudo.h                                                                          |   1 +
 9 files changed, 275 insertions(+), 23 deletions(-)



More information about the sudo-commits mailing list