diff --git a/CHANGELOG.md b/CHANGELOG.md index c132d89f2..03381e687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/install/macos/entitlements.plist b/install/macos/entitlements.plist index 03da557f5..6be6c92ea 100644 --- a/install/macos/entitlements.plist +++ b/install/macos/entitlements.plist @@ -2,8 +2,8 @@ - + com.apple.security.app-sandbox + com.apple.security.inherit com.apple.security.files.user-selected.read-write @@ -12,9 +12,5 @@ com.apple.security.network.server - com.apple.security.hypervisor - - com.apple.security.cs.allow-unsigned-executable-memory - - \ No newline at end of file +