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:
@@ -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
|
||||
|
Reference in New Issue
Block a user