mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
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.
This commit is contained in:
parent
e68a43bbbf
commit
f5242078a9
1 changed files with 1 additions and 7 deletions
|
@ -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>
|
Loading…
Reference in a new issue