summaryrefslogtreecommitdiff
path: root/etc/macos_dev_entitlements.xml
blob: 6835b0eb04c669b3002e8ca2b30eda5a3423b2d5 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>com.apple.security.cs.allow-unsigned-executable-memory</key><true/>
    <!--The get-task-allow entitlement is insecure and must only be used in dev environments-->
    <key>com.apple.security.get-task-allow</key><true/>
  </dict>
</plist>