Skip to content

Commit

Permalink
macos: Update our macOS entitlements
Browse files Browse the repository at this point in the history
Our entitlements were last updated when Dangerzone was considering
using HyperKit to spawn VMs (9158d02, on 2021-06-30). Now that we use
Docker Desktop, we can make them stricter.

Fixes #638
  • Loading branch information
apyrgio authored and almet committed Oct 17, 2024
1 parent a95b612 commit 5d779a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.or
officially communicated on the advisory date and is only included here since
this is the first release since it was announced.

### Changed

- Make our macOS entitlements stricter, by enabling App Sandbox ([issue #638](https://github.com/freedomofpress/dangerzone/issues/638))

## Dangerzone 0.5.0

### Added
Expand Down
10 changes: 3 additions & 7 deletions install/macos/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- <key>com.apple.security.app-sandbox</key>
<true/> -->
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.inherit</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
Expand All @@ -12,9 +12,5 @@
<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 5d779a2

Please sign in to comment.