security.idl: add SE_GROUP_INTEGRITY[_ENABLED] to security_GroupAttrs
authorStefan Metzmacher <metze@samba.org>
Tue, 20 Mar 2018 11:40:25 +0000 (12:40 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 20 Sep 2019 01:14:42 +0000 (01:14 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
librpc/idl/security.idl

index 49f166f722e7bd5c42f23f073d66e7b6e6bc4c3c..a92e8f1518ec82c382578a73a5dc3f0ff8730849 100644 (file)
@@ -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;