[BACK]Return to def_data.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/def_data.c between version 1.7 and 1.8

version 1.7, 2008/07/31 16:44:03 version 1.8, 2008/11/14 11:58:08
Line 187 
Line 187 
         "Address to send mail to: %s",          "Address to send mail to: %s",
         NULL,          NULL,
     }, {      }, {
           "mailfrom", T_STR|T_BOOL,
           "Address to send mail from: %s",
           NULL,
       }, {
         "mailsub", T_STR,          "mailsub", T_STR,
         "Subject line for mail messages: %s",          "Subject line for mail messages: %s",
         NULL,          NULL,
Line 218 
Line 222 
         "runas_default", T_STR,          "runas_default", T_STR,
         "Default user to run commands as: %s",          "Default user to run commands as: %s",
         NULL,          NULL,
         set_runaspw,  
     }, {      }, {
           "secure_path", T_STR|T_BOOL,
           "Value to override user's $PATH with: %s",
           NULL,
       }, {
         "editor", T_STR|T_PATH,          "editor", T_STR|T_PATH,
         "Path to the editor for use by visudo: %s",          "Path to the editor for use by visudo: %s",
         NULL,          NULL,
Line 244 
Line 251 
         "If LDAP directory is up, do we ignore local sudoers file",          "If LDAP directory is up, do we ignore local sudoers file",
         NULL,          NULL,
     }, {      }, {
           "closefrom", T_INT,
           "File descriptors >= %d will be closed before executing a command",
           NULL,
       }, {
           "closefrom_override", T_FLAG,
           "If set, users may override the value of `closefrom' with the -C option",
           NULL,
       }, {
         "setenv", T_FLAG,          "setenv", T_FLAG,
         "Allow users to set arbitrary environment variables",          "Allow users to set arbitrary environment variables",
         NULL,          NULL,
Line 270 
Line 285 
     }, {      }, {
         "type", T_STR,          "type", T_STR,
         "SELinux type to use in the new security context: %s",          "SELinux type to use in the new security context: %s",
           NULL,
       }, {
           "askpass", T_STR|T_PATH|T_BOOL,
           "Path to the askpass helper program: %s",
           NULL,
       }, {
           "env_file", T_STR|T_PATH|T_BOOL,
           "Path to the sudo-specific environment file: %s",
           NULL,
       }, {
           "sudoers_locale", T_STR,
           "Locale to use while parsing sudoers: %s",
           NULL,
       }, {
           "visiblepw", T_FLAG,
           "Allow sudo to prompt for a password even if it would be visisble",
         NULL,          NULL,
     }, {      }, {
         NULL, 0, NULL          NULL, 0, NULL

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8