summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-03-20 12:40:25 +0100
committerGünther Deschner <gd@samba.org>2019-09-20 01:14:42 +0000
commitc87cf54684be606aa8f9b420f5c4f710de2a363a (patch)
tree4b8fb87471f7686fe2ffce9467fb57508340f4ba /librpc
parent09de6f06182ede5bee3cb0c5408ce4082c62ccc2 (diff)
downloadsamba-c87cf54684be606aa8f9b420f5c4f710de2a363a.tar.gz
security.idl: add SE_GROUP_INTEGRITY[_ENABLED] to security_GroupAttrs
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/security.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl
index 49f166f722e..a92e8f1518e 100644
--- a/librpc/idl/security.idl
+++ b/librpc/idl/security.idl
@@ -604,6 +604,8 @@ interface security
SE_GROUP_ENABLED = 0x00000004,
SE_GROUP_OWNER = 0x00000008,
SE_GROUP_USE_FOR_DENY_ONLY = 0x00000010,
+ SE_GROUP_INTEGRITY = 0x00000020,
+ SE_GROUP_INTEGRITY_ENABLED = 0x00000040,
SE_GROUP_RESOURCE = 0x20000000,
SE_GROUP_LOGON_ID = 0xC0000000
} security_GroupAttrs;