commit e01d78d95fa019b9418e17ac03b3b26e655d6cd9 Author: Georg Koppen gk@torproject.org Date: Wed Nov 27 11:28:31 2019 +0000
Bug 32505: Enable library validation on macOS --- tools/signing/alpha.entitlements.xml | 3 --- 1 file changed, 3 deletions(-)
diff --git a/tools/signing/alpha.entitlements.xml b/tools/signing/alpha.entitlements.xml index 3097c05..3062b9d 100644 --- a/tools/signing/alpha.entitlements.xml +++ b/tools/signing/alpha.entitlements.xml @@ -20,9 +20,6 @@ <!-- Code paged in from disk should match the signature at page in-time --> <key>com.apple.security.cs.disable-executable-page-protection</key><false/>
- <!-- Allow loading third party libraries. Needed for Flash and CDMs --> - <key>com.apple.security.cs.disable-library-validation</key><true/> - <!-- Allow dyld environment variables. Needed because Firefox uses dyld variables to load libaries from within the .app bundle. --> <key>com.apple.security.cs.allow-dyld-environment-variables</key><true/>
tbb-commits@lists.torproject.org