include: Fix the definition of VALID_INHERIT_FLAGS.
This commit is contained in:
parent
74bc7c091f
commit
f606055740
|
@ -3917,7 +3917,7 @@ typedef struct _ACE_HEADER {
|
||||||
#define NO_PROPAGATE_INHERIT_ACE 0x04
|
#define NO_PROPAGATE_INHERIT_ACE 0x04
|
||||||
#define INHERIT_ONLY_ACE 0x08
|
#define INHERIT_ONLY_ACE 0x08
|
||||||
#define INHERITED_ACE 0x10
|
#define INHERITED_ACE 0x10
|
||||||
#define VALID_INHERIT_FLAGS 0x0F
|
#define VALID_INHERIT_FLAGS 0x1F
|
||||||
|
|
||||||
/* AceFlags mask for what events we (should) audit */
|
/* AceFlags mask for what events we (should) audit */
|
||||||
#define SUCCESSFUL_ACCESS_ACE_FLAG 0x40
|
#define SUCCESSFUL_ACCESS_ACE_FLAG 0x40
|
||||||
|
|
Loading…
Reference in New Issue