Update the noexec variable descriptions
This commit is contained in:
@@ -233,11 +233,11 @@ struct sudo_defs_types sudo_defs_table[] = {
|
|||||||
def_data_verifypw,
|
def_data_verifypw,
|
||||||
}, {
|
}, {
|
||||||
"noexec", T_FLAG,
|
"noexec", T_FLAG,
|
||||||
"Preload the dummy execve() function contained in 'noexec_file'",
|
"Preload the dummy exec functions contained in 'noexec_file'",
|
||||||
NULL,
|
NULL,
|
||||||
}, {
|
}, {
|
||||||
"noexec_file", T_STR|T_PATH,
|
"noexec_file", T_STR|T_PATH,
|
||||||
"File containing a dummy execve() function: %s",
|
"File containing dummy exec functions: %s",
|
||||||
NULL,
|
NULL,
|
||||||
}, {
|
}, {
|
||||||
"env_check", T_LIST|T_BOOL,
|
"env_check", T_LIST|T_BOOL,
|
||||||
|
@@ -169,10 +169,10 @@ verifypw
|
|||||||
never any all always
|
never any all always
|
||||||
noexec
|
noexec
|
||||||
T_FLAG
|
T_FLAG
|
||||||
"Preload the dummy execve() function contained in 'noexec_file'"
|
"Preload the dummy exec functions contained in 'noexec_file'"
|
||||||
noexec_file
|
noexec_file
|
||||||
T_STR|T_PATH
|
T_STR|T_PATH
|
||||||
"File containing a dummy execve() function: %s"
|
"File containing dummy exec functions: %s"
|
||||||
env_check
|
env_check
|
||||||
T_LIST|T_BOOL
|
T_LIST|T_BOOL
|
||||||
"Environment variables to check for sanity:"
|
"Environment variables to check for sanity:"
|
||||||
|
Reference in New Issue
Block a user