From 30d09b4a11f808cde07fb34bf70cbf69a42de4b7 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 7 Jan 2022 17:50:20 +0000 Subject: [PATCH] shared: DistinctPermsForSameOwnerGroup: change default to TRUE --- src/shared/ku/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/ku/posix.c b/src/shared/ku/posix.c index 28b17de9..fc0a6864 100644 --- a/src/shared/ku/posix.c +++ b/src/shared/ku/posix.c @@ -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)