From: Todd C. Miller Date: Tue, 21 Feb 2012 10:15:48 +0000 (-0500) Subject: Fix the description of noexec. X-Git-Tag: SUDO_1_8_4p1~2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fb0090db9ba822013b6cc6d1b5612b83065ecbd;p=sudo Fix the description of noexec. --- diff --git a/plugins/sudoers/def_data.c b/plugins/sudoers/def_data.c index 11774e54b..3119df8e5 100644 --- a/plugins/sudoers/def_data.c +++ b/plugins/sudoers/def_data.c @@ -240,7 +240,7 @@ struct sudo_defs_types sudo_defs_table[] = { def_data_verifypw, }, { "noexec", T_FLAG, - N_("Preload the dummy exec functions contained in \"_PATH_SUDO_NOEXEC"), + N_("Preload the dummy exec functions contained in the sudo_noexec library"), NULL, }, { "ignore_local_sudoers", T_FLAG, diff --git a/plugins/sudoers/def_data.in b/plugins/sudoers/def_data.in index e81e691f8..7b9d4e4b9 100644 --- a/plugins/sudoers/def_data.in +++ b/plugins/sudoers/def_data.in @@ -177,7 +177,7 @@ verifypw never all any always noexec T_FLAG - "Preload the dummy exec functions contained in "_PATH_SUDO_NOEXEC + "Preload the dummy exec functions contained in the sudo_noexec library" ignore_local_sudoers T_FLAG "If LDAP directory is up, do we ignore local sudoers file"