summaryrefslogtreecommitdiffstats
path: root/security/mac/hardenedruntime/v2/developer/media-plugin-helper.xml
diff options
context:
space:
mode:
Diffstat (limited to 'security/mac/hardenedruntime/v2/developer/media-plugin-helper.xml')
-rw-r--r--security/mac/hardenedruntime/v2/developer/media-plugin-helper.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/mac/hardenedruntime/v2/developer/media-plugin-helper.xml b/security/mac/hardenedruntime/v2/developer/media-plugin-helper.xml
new file mode 100644
index 0000000000..86d376d87c
--- /dev/null
+++ b/security/mac/hardenedruntime/v2/developer/media-plugin-helper.xml
@@ -0,0 +1,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>