1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-16 01:44:21 +03:00

security: make two bitmaps public.

Guenther
This commit is contained in:
Günther Deschner
2010-02-16 10:46:07 +01:00
committed by Stefan Metzmacher
parent 8c4ff98ea1
commit f10a2d773d

View File

@@ -403,14 +403,14 @@ interface security
} security_acl; } security_acl;
/* default revision for new ACLs */ /* default revision for new ACLs */
typedef [enum8bit] enum { typedef [public,enum8bit] enum {
SECURITY_DESCRIPTOR_REVISION_1 = 1 SECURITY_DESCRIPTOR_REVISION_1 = 1
} security_descriptor_revision; } security_descriptor_revision;
const int SD_REVISION = SECURITY_DESCRIPTOR_REVISION_1; const int SD_REVISION = SECURITY_DESCRIPTOR_REVISION_1;
/* security_descriptor->type bits */ /* security_descriptor->type bits */
typedef [bitmap16bit] bitmap { typedef [public,bitmap16bit] bitmap {
SEC_DESC_OWNER_DEFAULTED = 0x0001, SEC_DESC_OWNER_DEFAULTED = 0x0001,
SEC_DESC_GROUP_DEFAULTED = 0x0002, SEC_DESC_GROUP_DEFAULTED = 0x0002,
SEC_DESC_DACL_PRESENT = 0x0004, SEC_DESC_DACL_PRESENT = 0x0004,