Imported Upstream version 1.8.6p8
[debian/sudo] / plugins / sudoers / gram.h
index 2bec420543b137625617894d715d6127e9cbc906..44f9bfd2ae70da4d6adebd3a632327c9204fac11 100644 (file)
@@ -29,6 +29,9 @@
 #define ERROR 285
 #define TYPE 286
 #define ROLE 287
+#define PRIVS 288
+#define LIMITPRIVS 289
+#define MYSELF 290
 #ifndef YYSTYPE_DEFINED
 #define YYSTYPE_DEFINED
 typedef union {
@@ -40,6 +43,7 @@ typedef union {
     struct sudo_command command;
     struct cmndtag tag;
     struct selinux_info seinfo;
+    struct solaris_privs_info privinfo;
     char *string;
     int tok;
 } YYSTYPE;