Fix the description of noexec.

This commit is contained in:
Todd C. Miller
2012-02-21 05:15:48 -05:00
parent f6fdc909b4
commit 6fb0090db9
2 changed files with 2 additions and 2 deletions

View File

@@ -240,7 +240,7 @@ struct sudo_defs_types sudo_defs_table[] = {
def_data_verifypw, def_data_verifypw,
}, { }, {
"noexec", T_FLAG, "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, NULL,
}, { }, {
"ignore_local_sudoers", T_FLAG, "ignore_local_sudoers", T_FLAG,

View File

@@ -177,7 +177,7 @@ verifypw
never all any always never all any always
noexec noexec
T_FLAG 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 ignore_local_sudoers
T_FLAG T_FLAG
"If LDAP directory is up, do we ignore local sudoers file" "If LDAP directory is up, do we ignore local sudoers file"