Files
sousa-gecko/security/mac/hardenedruntime/developer/media-plugin-helper.xml
T
2025-04-28 23:44:11 +00:00

19 lines
692 B
XML

<?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>