summaryrefslogtreecommitdiffstats
path: root/security/mac/hardenedruntime/v2/production/media-plugin-helper.xml
blob: 8ea97fc742e5388d8f99e25c15a22cf884ce8287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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 production channel builds.
-->
<plist version="1.0">
  <dict>
    <!-- Allow loading third party CDM libraries -->
    <key>com.apple.security.cs.disable-library-validation</key><true/>
  </dict>
</plist>