summaryrefslogtreecommitdiffstats
path: root/security/mac/hardenedruntime/v2/developer/media-plugin-helper.xml
blob: 86d376d87cd6d6543e28329668490353f2612947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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 the media-plugin-helper.app bundle during
     codesigning of developer builds.
-->
<plist version="1.0">
  <dict>
    <!-- Allow loading third party CDM libraries -->
    <key>com.apple.security.cs.disable-library-validation</key><true/>

    <!-- 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/>
  </dict>
</plist>