fix: loading unsigned native modules from Ext host

Fixes https://github.com/microsoft/vscode/issues/137312
This commit is contained in:
deepak1556 2021-11-19 15:06:35 +09:00
parent 8a4b1a675e
commit d495934fe4
2 changed files with 2 additions and 6 deletions

View file

@ -8,6 +8,8 @@
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.device.camera</key>

View file

@ -4,11 +4,5 @@
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
</dict>
</plist>