Runtime hardening and notarization for OSX (#8663)

This commit is contained in:
Amir Omidi
2020-02-25 15:24:31 -08:00
committed by GitHub
parent a9056bbba5
commit d2892ff78b
4 changed files with 99 additions and 9 deletions

View File

@@ -10,5 +10,13 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<false/>
<key>com.apple.security.automation.apple-events</key>
<true/>
</dict>
</plist>