[tor-commits] [tor-browser-build/master] Bug 32505: Enable library validation on macOS

gk at torproject.org gk at torproject.org
Wed Nov 27 19:38:41 UTC 2019


commit e01d78d95fa019b9418e17ac03b3b26e655d6cd9
Author: Georg Koppen <gk at 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/>



More information about the tor-commits mailing list