From f5242078a93fbafc9645a481e051948e313a937e Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 21 Oct 2024 19:15:02 +0300 Subject: [PATCH] macos: Remove some stale entitlements Remove some macOS entitlements that are not necessary for the current iteration of Dangerzone. Those are the ability to run as a hypervisor, and the ability to accept network connections. They are a relic from when we were experimenting with VMs, instead of relying on Docker Desktop. --- install/macos/entitlements.plist | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/install/macos/entitlements.plist b/install/macos/entitlements.plist index 03da557..8c409ff 100644 --- a/install/macos/entitlements.plist +++ b/install/macos/entitlements.plist @@ -10,11 +10,5 @@ com.apple.security.network.client - com.apple.security.network.server - - com.apple.security.hypervisor - - com.apple.security.cs.allow-unsigned-executable-memory - - \ No newline at end of file +