
This is an automated email from the git hooks/post-receive script. boklm pushed a commit to branch maint-11.0 in repository builders/tor-browser-build. commit 5eb300d8d48fc19d0ba6cc86c3f400529834d68e Author: Nicolas Vigier <boklm@torproject.org> AuthorDate: Wed Mar 16 16:53:43 2022 +0100 Bug 40414: Update stable.entitlements.xml Update stable.entitlements.xml with the version currently in use on the signing machine. --- tools/signing/stable.entitlements.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/signing/stable.entitlements.xml b/tools/signing/stable.entitlements.xml index 3097c05..3062b9d 100644 --- a/tools/signing/stable.entitlements.xml +++ b/tools/signing/stable.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/> -- To stop receiving notification emails like this one, please contact the administrator of this repository.