1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-29 06:33:22 +00:00

FIX KVM Permission Status for macOS (#215)

Co-authored-by: João Paulo Ros <ros@premiersoft.net>
This commit is contained in:
João Paulo Ros
2024-01-18 19:50:13 -03:00
committed by GitHub
parent 4880ccfa70
commit 7bb184d2ec

View File

@@ -4490,7 +4490,7 @@ void agentDumpKeysSink(ILibSimpleDataStore sender, char* Key, int KeyLen, void *
MeshAgentHostContainer* MeshAgent_Create(MeshCommand_AuthInfo_CapabilitiesMask capabilities)
{
#if defined(_LINKVM) && defined(_POSIX) && !defined(__APPLE__)
#if defined(_LINKVM) && defined(__APPLE__)
//Before anything, check for permissions (macos requirement)
kvm_check_permission();
#endif