Skip to content

Commit

Permalink
macos: Remove some stale entitlements
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
apyrgio committed Oct 21, 2024
1 parent e68a43b commit f524207
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions install/macos/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,5 @@
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.hypervisor</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
</dict>
</plist>
</plist>

0 comments on commit f524207

Please sign in to comment.