]> gitweb.factorcode.org Git - factor.git/commitdiff
Allow dynamic linker environment variable usage
authorAlexandre Rousseau <yalexr@gmail.com>
Fri, 11 Aug 2023 01:23:35 +0000 (21:23 -0400)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 11 Aug 2023 01:55:48 +0000 (18:55 -0700)
factor.entitlements

index 26b12f28868c0dca58d8163ebd3112bcd081616b..05d2c7f23e84bbbe213b17d69012d1452a6a1dad 100644 (file)
@@ -6,5 +6,7 @@
        <true/>
        <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
        <true/>
+       <key>com.apple.security.cs.allow-dyld-environment-variables</key>
+       <true/>
 </dict>
 </plist>