Skip to content

Commit

Permalink
[DDW-197] Update signing rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Nov 24, 2020
1 parent e829ee4 commit 82cd070
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions installers/common/MacInstaller.hs
Expand Up @@ -167,6 +167,12 @@ codeSignEntitlements = [r|<?xml version="1.0" encoding="UTF-8"?>
<dict>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<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.usb</key>
<true/>
</dict>
</plist>|]

Expand Down

0 comments on commit 82cd070

Please sign in to comment.