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