From: Todd C. Miller Date: Fri, 18 Dec 2015 21:03:59 +0000 (-0700) Subject: The Path setting for the plugin directory is "plugin_dir" not "plugin". X-Git-Tag: SUDO_1_8_16^2~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0123cf63f1ba9a043689a68fcbc79d94b47e7a5d;p=sudo The Path setting for the plugin directory is "plugin_dir" not "plugin". --- diff --git a/lib/util/sudo_conf.c b/lib/util/sudo_conf.c index efbedc2ff..08556bb13 100644 --- a/lib/util/sudo_conf.c +++ b/lib/util/sudo_conf.c @@ -142,7 +142,7 @@ static struct sudo_conf_data { { "askpass", sizeof("askpass") - 1, &sudo_conf_paths.askpass }, { "sesh", sizeof("sesh") - 1, &sudo_conf_paths.sesh }, { "noexec", sizeof("noexec") - 1, &sudo_conf_paths.noexec }, - { "plugin", sizeof("plugin") - 1, &sudo_conf_paths.plugin_dir }, + { "plugin_dir", sizeof("plugin_dir") - 1, &sudo_conf_paths.plugin_dir }, { NULL } } };