From 6fb0090db9ba822013b6cc6d1b5612b83065ecbd Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 21 Feb 2012 05:15:48 -0500 Subject: [PATCH] Fix the description of noexec. --- plugins/sudoers/def_data.c | 2 +- plugins/sudoers/def_data.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.50.1