Fix the description of noexec.
This commit is contained in:
@@ -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,
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user