mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-07 20:42:09 -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;
|
ULONG TrustPosixOffset;
|
||||||
} *FspTrustedDomains;
|
} *FspTrustedDomains;
|
||||||
static ULONG FspTrustedDomainCount;
|
static ULONG FspTrustedDomainCount;
|
||||||
static BOOLEAN FspDistinctPermsForSameOwnerGroup;
|
static BOOLEAN FspDistinctPermsForSameOwnerGroup = TRUE;
|
||||||
static INIT_ONCE FspPosixInitOnce = INIT_ONCE_STATIC_INIT;
|
static INIT_ONCE FspPosixInitOnce = INIT_ONCE_STATIC_INIT;
|
||||||
|
|
||||||
#if !defined(_KERNEL_MODE)
|
#if !defined(_KERNEL_MODE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user