[sudo-commits] sudo changeset 13632:298d5e228635

Todd C. Miller Todd.Miller at sudo.ws
Tue Nov 9 13:37:22 MST 2021


changeset:	13632:298d5e228635 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/298d5e228635
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Nov 08 17:46:19 2021 -0700

Log Message:
	Add basic support for setting resource limits in sudoers.
	The default for rlimit_core is "0,0"
	Resource limits are passed back to the front-end in command_info[]
	when set.

diffstat:

 plugins/sudoers/def_data.c  |  44 +++++++++++++++++++++++++++++++
 plugins/sudoers/def_data.h  |  22 +++++++++++++++
 plugins/sudoers/def_data.in |  33 +++++++++++++++++++++++
 plugins/sudoers/defaults.c  |  63 +++++++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/defaults.h  |   2 +
 plugins/sudoers/mkdefaults  |   1 +
 plugins/sudoers/policy.c    |  46 ++++++++++++++++++++++++++++++++-
 7 files changed, 210 insertions(+), 1 deletions(-)



More information about the sudo-commits mailing list