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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user