mirror of
https://github.com/containers/podman.git
synced 2025-09-20 19:24:58 +08:00

vfkit needs the com.apple.security.virtualization entitlement or it wont' be able to start virtual machines: Error: Error Domain=VZErrorDomain Code=2 Description="Invalid virtual machine configuration. The process doesn’t have the “com.apple.security.virtualization” entitlement." UserInfo={ NSLocalizedFailure = "Invalid virtual machine configuration."; NSLocalizedFailureReason = "The process doesn\U2019t have the \U201ccom.apple.security.virtualization\U201d entitlement."; } This fixes https://github.com/containers/podman/issues/21842 Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>