summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2004-01-22 21:06:58 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>2004-01-22 21:06:58 +0000
commit237939b20e53fba7452d2fb16e74ed5ee74874d1 (patch)
tree478c6b5749b8a912af4ba6e190e5d1e33a97a7cc
parent7c1eb84bfa141a1b67d7faff3a95d4b6cfae682f (diff)
downloadsudo-237939b20e53fba7452d2fb16e74ed5ee74874d1.tar.gz
Update the noexec variable descriptions
-rw-r--r--def_data.c4
-rw-r--r--def_data.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/def_data.c b/def_data.c
index 7e3dd6ef2..8efc562ca 100644
--- a/def_data.c
+++ b/def_data.c
@@ -233,11 +233,11 @@ struct sudo_defs_types sudo_defs_table[] = {
def_data_verifypw,
}, {
"noexec", T_FLAG,
- "Preload the dummy execve() function contained in 'noexec_file'",
+ "Preload the dummy exec functions contained in 'noexec_file'",
NULL,
}, {
"noexec_file", T_STR|T_PATH,
- "File containing a dummy execve() function: %s",
+ "File containing dummy exec functions: %s",
NULL,
}, {
"env_check", T_LIST|T_BOOL,
diff --git a/def_data.in b/def_data.in
index 6b0367486..412021461 100644
--- a/def_data.in
+++ b/def_data.in
@@ -169,10 +169,10 @@ verifypw
never any all always
noexec
T_FLAG
- "Preload the dummy execve() function contained in 'noexec_file'"
+ "Preload the dummy exec functions contained in 'noexec_file'"
noexec_file
T_STR|T_PATH
- "File containing a dummy execve() function: %s"
+ "File containing dummy exec functions: %s"
env_check
T_LIST|T_BOOL
"Environment variables to check for sanity:"