--- embedaddon/sudo/plugins/sudoers/def_data.in 2012/05/29 12:26:49 1.1.1.2 +++ embedaddon/sudo/plugins/sudoers/def_data.in 2013/07/22 10:46:12 1.1.1.4 @@ -253,3 +253,18 @@ set_utmp 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_session + T_FLAG + "Create a new PAM session for the command to run in" +maxseq + T_UINT + "Maximum I/O log sequence number"