summaryrefslogtreecommitdiffstats
path: root/security/mac/hardenedruntime/v2/developer/utility.xml
blob: 3c4f73e80bbc23612b9b5d36a193668e27eda2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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">
<!--
     Entitlements to apply to non-browser executables such as updater,
     pingsender, minidump-analyzer, and crashreporter during codesigning of
     developer builds.
-->
<plist version="1.0">
  <dict>
    <!-- Allow dyld environment variables for debugging -->
    <key>com.apple.security.cs.allow-dyld-environment-variables</key><true/>

    <!-- Allow debuggers to attach to running executables -->
    <key>com.apple.security.get-task-allow</key><true/>

    <!-- For dev builds only, allow loading third party libraries as a
         workaround enabling self-signed builds to launch. -->
    <key>com.apple.security.cs.disable-library-validation</key><true/>
  </dict>
</plist>