Merge in Solaris privilege support by Darren Moffat and John Zolnowsky
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
#define ERROR 285
|
||||
#define TYPE 286
|
||||
#define ROLE 287
|
||||
#define PRIVS 288
|
||||
#define LIMITPRIVS 289
|
||||
#ifndef YYSTYPE_DEFINED
|
||||
#define YYSTYPE_DEFINED
|
||||
typedef union {
|
||||
@@ -40,6 +42,7 @@ typedef union {
|
||||
struct sudo_command command;
|
||||
struct cmndtag tag;
|
||||
struct selinux_info seinfo;
|
||||
struct solaris_privs_info privinfo;
|
||||
char *string;
|
||||
int tok;
|
||||
} YYSTYPE;
|
||||
|
Reference in New Issue
Block a user