--- embedaddon/sudo/plugins/sudoers/def_data.c 2012/02/21 16:23:02 1.1.1.1 +++ embedaddon/sudo/plugins/sudoers/def_data.c 2014/06/15 16:12:54 1.1.1.6 @@ -152,7 +152,7 @@ struct sudo_defs_types sudo_defs_table[] = { NULL, }, { "loglinelen", T_UINT|T_BOOL, - N_("Length at which to wrap log file lines (0 for no wrap): %d"), + N_("Length at which to wrap log file lines (0 for no wrap): %u"), NULL, }, { "timestamp_timeout", T_FLOAT|T_BOOL, @@ -164,7 +164,7 @@ struct sudo_defs_types sudo_defs_table[] = { NULL, }, { "passwd_tries", T_UINT, - N_("Number of tries to enter a password: %d"), + N_("Number of tries to enter a password: %u"), NULL, }, { "umask", T_MODE|T_BOOL, @@ -199,6 +199,10 @@ struct sudo_defs_types sudo_defs_table[] = { N_("Incorrect password message: %s"), NULL, }, { + "lecture_status_dir", T_STR|T_PATH, + N_("Path to lecture status dir: %s"), + NULL, + }, { "timestampdir", T_STR|T_PATH, N_("Path to authentication timestamp dir: %s"), NULL, @@ -240,13 +244,9 @@ struct sudo_defs_types sudo_defs_table[] = { def_data_verifypw, }, { "noexec", T_FLAG, - N_("Preload the dummy exec functions contained in 'noexec_file'"), + N_("Preload the dummy exec functions contained in the sudo_noexec library"), NULL, }, { - "noexec_file", T_STR|T_PATH, - N_("File containing dummy exec functions: %s"), - NULL, - }, { "ignore_local_sudoers", T_FLAG, N_("If LDAP directory is up, do we ignore local sudoers file"), NULL, @@ -296,7 +296,7 @@ struct sudo_defs_types sudo_defs_table[] = { NULL, }, { "visiblepw", T_FLAG, - N_("Allow sudo to prompt for a password even if it would be visisble"), + N_("Allow sudo to prompt for a password even if it would be visible"), NULL, }, { "pwfeedback", T_FLAG, @@ -328,15 +328,15 @@ struct sudo_defs_types sudo_defs_table[] = { NULL, }, { "group_plugin", T_STR, - N_("Plugin for non-Unix group support"), + N_("Plugin for non-Unix group support: %s"), NULL, }, { "iolog_dir", T_STR|T_PATH, - N_("Directory in which to store input/output logs"), + N_("Directory in which to store input/output logs: %s"), NULL, }, { "iolog_file", T_STR, - N_("File in which to store the input/output log"), + N_("File in which to store the input/output log: %s"), NULL, }, { "set_utmp", T_FLAG, @@ -345,6 +345,42 @@ struct sudo_defs_types sudo_defs_table[] = { }, { "utmp_runas", T_FLAG, N_("Set the user in utmp to the runas user, not the invoking user"), + NULL, + }, { + "privs", T_STR, + N_("Set of permitted privileges"), + NULL, + }, { + "limitprivs", T_STR, + N_("Set of limit privileges"), + NULL, + }, { + "exec_background", T_FLAG, + N_("Run commands on a pty in the background"), + NULL, + }, { + "pam_service", T_STR, + N_("PAM service name to use"), + NULL, + }, { + "pam_login_service", T_STR, + N_("PAM service name to use for login shells"), + NULL, + }, { + "pam_setcred", T_FLAG, + N_("Attempt to establish PAM credentials for the target user"), + NULL, + }, { + "pam_session", T_FLAG, + N_("Create a new PAM session for the command to run in"), + NULL, + }, { + "maxseq", T_UINT, + N_("Maximum I/O log sequence number: %u"), + NULL, + }, { + "use_netgroups", T_FLAG, + N_("Enable sudoers netgroup support"), NULL, }, { NULL, 0, NULL