--- embedaddon/sudo/plugins/sudoers/sudoers_version.h 2012/02/21 16:23:02 1.1 +++ embedaddon/sudo/plugins/sudoers/sudoers_version.h 2012/10/09 09:29:52 1.1.1.3 @@ -43,11 +43,13 @@ * 38 sudo 1.7.4, added LOG_INPUT/LOG_OUTPUT and NOLOG_INPUT/NOLOG_OUTPUT tags * 39 sudo 1.7.6/1.8.1, White space is now permitted within a User_List in a per-user Defaults definition. * 40 sudo 1.7.6/1.8.1, A group ID is now allowed in a User_List or Runas_List. + * 41 sudo 1.7.6/1.8.4, Support for relative paths in #include and #includedir + * 42 sudo 1.8.6, Support for empty Runas_List (with or without a colon) to mean the invoking user. Support for Solaris Privilege Sets (PRIVS= and LIMITPRIVS=). */ #ifndef _SUDOERS_VERSION_H #define _SUDOERS_VERSION_H -#define SUDOERS_GRAMMAR_VERSION 40 +#define SUDOERS_GRAMMAR_VERSION 42 #endif /* _SUDOERS_VERSION_H */