--- embedaddon/sudo/plugins/sudoers/def_data.c 2012/05/29 12:26:49 1.1.1.2 +++ embedaddon/sudo/plugins/sudoers/def_data.c 2013/10/14 07:56:34 1.1.1.5 @@ -343,6 +343,38 @@ struct sudo_defs_types sudo_defs_table[] = { 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"), + NULL, + }, { NULL, 0, NULL } };