--- embedaddon/sudo/plugins/sudoers/def_data.in 2012/02/21 16:23:02 1.1.1.1 +++ embedaddon/sudo/plugins/sudoers/def_data.in 2013/10/14 07:56:34 1.1.1.5 @@ -177,10 +177,7 @@ verifypw never all any always noexec T_FLAG - "Preload the dummy exec functions contained in 'noexec_file'" -noexec_file - T_STR|T_PATH - "File containing dummy exec functions: %s" + "Preload the dummy exec functions contained in the sudo_noexec library" ignore_local_sudoers T_FLAG "If LDAP directory is up, do we ignore local sudoers file" @@ -219,7 +216,7 @@ sudoers_locale "Locale to use while parsing sudoers: %s" visiblepw T_FLAG - "Allow sudo to prompt for a password even if it would be visisble" + "Allow sudo to prompt for a password even if it would be visible" pwfeedback T_FLAG "Provide visual feedback at the password prompt when there is user input" @@ -243,16 +240,40 @@ use_pty "Always run commands in a pseudo-tty" group_plugin T_STR - "Plugin for non-Unix group support" + "Plugin for non-Unix group support: %s" iolog_dir T_STR|T_PATH - "Directory in which to store input/output logs" + "Directory in which to store input/output logs: %s" iolog_file T_STR - "File in which to store the input/output log" + "File in which to store the input/output log: %s" set_utmp T_FLAG "Add an entry to the utmp/utmpx file when allocating a pty" utmp_runas T_FLAG "Set the user in utmp to the runas user, not the invoking user" +privs + T_STR + "Set of permitted privileges" +limitprivs + T_STR + "Set of limit privileges" +exec_background + T_FLAG + "Run commands on a pty in the background" +pam_service + T_STR + "PAM service name to use" +pam_login_service + T_STR + "PAM service name to use for login shells" +pam_setcred + T_FLAG + "Attempt to establish PAM credentials for the target user" +pam_session + T_FLAG + "Create a new PAM session for the command to run in" +maxseq + T_UINT + "Maximum I/O log sequence number"