summaryrefslogtreecommitdiff
path: root/hardened_runtime.xcent
blob: 72abb432afc64afe601a199ff6b96600f6995ede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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/>
        <!-- for extension manager, "exception in synchronize" -->
        <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>
5.1-3&id=43e889da0229ee62774f9d359f48046682295402'>jvmaccess: Use appropriate OUString functions on string constantsStephan Bergmann 2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara