1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 11:08:37 -05:00

shared: DistinctPermsForSameOwnerGroup: change default to TRUE

This commit is contained in:
Bill Zissimopoulos
2022-01-07 17:50:20 +00:00
parent e9808a4373
commit 30d09b4a11

View File

@@ -124,7 +124,7 @@ static struct
ULONG TrustPosixOffset;
} *FspTrustedDomains;
static ULONG FspTrustedDomainCount;
static BOOLEAN FspDistinctPermsForSameOwnerGroup;
static BOOLEAN FspDistinctPermsForSameOwnerGroup = TRUE;
static INIT_ONCE FspPosixInitOnce = INIT_ONCE_STATIC_INIT;
#if !defined(_KERNEL_MODE)