summaryrefslogtreecommitdiff
path: root/hardened_runtime.xcent
diff options
context:
space:
mode:
Diffstat (limited to 'hardened_runtime.xcent')
-rw-r--r--hardened_runtime.xcent15
1 files changed, 0 insertions, 15 deletions
diff --git a/hardened_runtime.xcent b/hardened_runtime.xcent
deleted file mode 100644
index 7443f3c3ae55..000000000000
--- a/hardened_runtime.xcent
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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">
-<plist version="1.0">
- <dict>
- <!-- AppleScript support -->
- <key>com.apple.security.automation.apple-events</key>
- <true/>
- <!-- Needed for our runtime machine code generation -->
- <key>com.apple.security.cs.disable-executable-page-protection</key>
- <true/>
- <!-- allow use of third-party plugins/frameworks (aka Java) -->
- <key>com.apple.security.cs.disable-library-validation</key>
- <true/>
- </dict>
-</plist>