Skip to content

Commit

Permalink
feat/SEC-921: edit the dyld env variables and library validation for …
Browse files Browse the repository at this point in the history
…macos security (Kong#6217)

* SEC-921: disable allow-dyld-environment-variables

* SEC-921: set disable-library-validation as false
  • Loading branch information
filfreire authored Aug 1, 2023
1 parent 70656f0 commit 0f0d41f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/insomnia/src/static/entitlements.mac.inherit.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<false/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<false/>
</dict>
</plist>
</plist>

0 comments on commit 0f0d41f

Please sign in to comment.