Bump plugin minor version and document new intercept-related settings.

There should have been a minor version bump for sudo 1.9.8 when
intercept was originally implemented.
This commit is contained in:
Todd C. Miller
2022-05-26 09:19:08 -06:00
parent 6ced49a34d
commit 9ac42292d1
5 changed files with 191 additions and 9 deletions

View File

@@ -321,7 +321,7 @@ sudo_terminated(struct command_status *cstat)
debug_return_bool(false);
}
#if SUDO_API_VERSION != SUDO_API_MKVERSION(1, 18)
#if SUDO_API_VERSION != SUDO_API_MKVERSION(1, 19)
# error "Update sudo_needs_pty() after changing the plugin API"
#endif
static bool