Diff for /embedaddon/sudo/plugins/sudoers/def_data.c between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2012/10/09 09:29:52 version 1.1.1.4, 2013/07/22 10:46:12
Line 351  struct sudo_defs_types sudo_defs_table[] = { Line 351  struct sudo_defs_types sudo_defs_table[] = {
         N_("Set of limit privileges"),          N_("Set of limit privileges"),
         NULL,          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          NULL, 0, NULL
     }      }
 };  };

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>