I have a Hypervisor Framework App that works on MacOS 14 and 15 but fails on MacOS 26.
To reproduce:
hv_vm_config_t vm_config = hv_vm_config_create();
result = hv_vm_create(vm_config);
result == HV_DENIED /* (0xfae94007) */
(from per the header file - not present on the online documentation)
com.apple.security.hypervisor is set, no other VMs are running (no Virtualization Framework and no Hypervisor Framework).
I have tried various entitlements with no success. Sandbox is off.
1
0
177