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>
td>Michael Stahl 2016-07-27add uui component to some other placesCaolán McNamara 2015-02-27gbuild: gb_CppunitTest_use_filter_configuration was removedMichael Stahl 2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl 2014-07-29Avoid undef null-ptr deref of missing "ofa" ResMgr in CppunitTestsStephan Bergmann 2014-06-04DeInitVCL at end of testsStephan Bergmann 2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist 2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza 2013-11-09deliver can use hardlinkLionel Elie Mamane 2013-11-09UnoApiTest don't require CalcLionel Elie Mamane 2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza 2013-09-27a dependency started requiring boost...Lionel Elie Mamane 2013-09-27unittest for fdo#67685Lionel Elie Mamane