mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
shared: DistinctPermsForSameOwnerGroup: change default to TRUE
This commit is contained in:
parent
e9808a4373
commit
30d09b4a11
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user