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