--- embedaddon/sudo/plugins/sudoers/def_data.c 2012/10/09 09:29:52 1.1.1.3 +++ embedaddon/sudo/plugins/sudoers/def_data.c 2013/07/22 10:46:12 1.1.1.4 @@ -351,6 +351,18 @@ struct sudo_defs_types sudo_defs_table[] = { N_("Set of limit privileges"), NULL, }, { + "exec_background", T_FLAG, + N_("Run commands on a pty in the background"), + 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 } };