From cc5adf4cb79c92993fabfe09e75dfadb7d4c9665 Mon Sep 17 00:00:00 2001 From: Joe Kirchoff Date: Tue, 22 Mar 2022 11:47:38 -0700 Subject: Enable Horde compute code on Linux & Mac (#61) --- zenserver/testing/launch.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'zenserver/testing/launch.cpp') diff --git a/zenserver/testing/launch.cpp b/zenserver/testing/launch.cpp index f315ec1b4..1236e6adb 100644 --- a/zenserver/testing/launch.cpp +++ b/zenserver/testing/launch.cpp @@ -2,7 +2,7 @@ #include "launch.h" -#if ZEN_WITH_COMPUTE_SERVICES +#if ZEN_WITH_EXEC_SERVICES # include # include @@ -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; @@ -548,4 +548,4 @@ HttpLaunchService::CreateNewSandbox() } // namespace zen -#endif // ZEN_WITH_COMPUTE_SERVICES +#endif // ZEN_WITH_EXEC_SERVICES -- cgit v1.2.3