]> granicus.if.org Git - sudo/commitdiff
Update the noexec variable descriptions
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Jan 2004 21:06:58 +0000 (21:06 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Jan 2004 21:06:58 +0000 (21:06 +0000)
def_data.c
def_data.in

index 7e3dd6ef2194b07a9d9df1846d34e9272ff8c7d1..8efc562cae1f136b3b6c6e97d923093a8af110f2 100644 (file)
@@ -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,
index 6b03674863d015905f73d5344e45f8be56257216..412021461187676d02ccb6619cdc8a52a18e4bd3 100644 (file)
@@ -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:"