summaryrefslogtreecommitdiff
path: root/source4/include/rpc_secdes.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/rpc_secdes.h')
-rw-r--r--source4/include/rpc_secdes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/include/rpc_secdes.h b/source4/include/rpc_secdes.h
index 9cf899a59a..1a7e56974a 100644
--- a/source4/include/rpc_secdes.h
+++ b/source4/include/rpc_secdes.h
@@ -54,11 +54,12 @@ typedef struct security_descriptor SEC_DESC;
/* Don't know what this means. */
-/* security information */
+/* security information flags used in query_secdesc and set_secdesc */
#define OWNER_SECURITY_INFORMATION 0x00000001
#define GROUP_SECURITY_INFORMATION 0x00000002
#define DACL_SECURITY_INFORMATION 0x00000004
#define SACL_SECURITY_INFORMATION 0x00000008
+
/* Extra W2K flags. */
#define UNPROTECTED_SACL_SECURITY_INFORMATION 0x10000000
#define UNPROTECTED_DACL_SECURITY_INFORMATION 0x20000000