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
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

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)