From 9d1d3b24b316d6ee042238c3a87b2808a4f1e76c Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 14 May 2020 05:54:45 +0000 Subject: __ntapi_acl_init_common_descriptor_meta(): set meta->group by owner as needed. --- src/acl/ntapi_acl_helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/acl/ntapi_acl_helper.c b/src/acl/ntapi_acl_helper.c index c467f23..92f5b4d 100644 --- a/src/acl/ntapi_acl_helper.c +++ b/src/acl/ntapi_acl_helper.c @@ -198,6 +198,7 @@ static int32_t __acl_init_common_meta_impl( meta->group_ace = ace; meta->group_sid = sid; + meta->group = sid; } else if (!(__ntapi->tt_sid_compare(sid,(nt_sid *)&sid_admins))) { -- cgit v1.2.3