diff options
| author | Stefan Boberg <[email protected]> | 2022-04-25 11:59:45 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2022-04-25 11:59:45 +0200 |
| commit | 21c9ec50b57821d150a3ba61ccff51a55383e031 (patch) | |
| tree | 2acf72b77c32cc3dc3e3544c1767953acd2848f2 /zenserver/testing/launch.cpp | |
| parent | Added option to use Catch2 framework for tests (diff) | |
| parent | Compute tweaks (#78) (diff) | |
| download | zen-21c9ec50b57821d150a3ba61ccff51a55383e031.tar.xz zen-21c9ec50b57821d150a3ba61ccff51a55383e031.zip | |
Merge from main
Diffstat (limited to 'zenserver/testing/launch.cpp')
| -rw-r--r-- | zenserver/testing/launch.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zenserver/testing/launch.cpp b/zenserver/testing/launch.cpp index 0334429b0..1236e6adb 100644 --- a/zenserver/testing/launch.cpp +++ b/zenserver/testing/launch.cpp @@ -167,10 +167,10 @@ SandboxedJob::GrantNamedObjectAccess(PWSTR ObjectName, SE_OBJECT_TYPE ObjectType .grfAccessMode = GRANT_ACCESS, .grfInheritance = grfInhericance, .Trustee = {.pMultipleTrustee = nullptr, - .MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE, - .TrusteeForm = TRUSTEE_IS_SID, - .TrusteeType = TRUSTEE_IS_GROUP, - .ptstrName = (PWSTR)m_AppContainerSid}}; + .MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE, + .TrusteeForm = TRUSTEE_IS_SID, + .TrusteeType = TRUSTEE_IS_GROUP, + .ptstrName = (PWSTR)m_AppContainerSid}}; PACL OldAcl = nullptr; |