2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Document resource limit support in command_info[] and Bump plugin API minor.

This is supported beginning with sudo 1.9.9 and plugin API 1.17.
This commit is contained in:
Todd C. Miller
2021-11-09 12:57:25 -07:00
parent 19065cb221
commit 7c8746bc70
4 changed files with 360 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
/* API version major/minor */
#define SUDO_API_VERSION_MAJOR 1
#define SUDO_API_VERSION_MINOR 17
#define SUDO_API_VERSION_MINOR 18
#define SUDO_API_MKVERSION(x, y) (((x) << 16) | (y))
#define SUDO_API_VERSION SUDO_API_MKVERSION(SUDO_API_VERSION_MAJOR, SUDO_API_VERSION_MINOR)