summaryrefslogtreecommitdiff
path: root/hardened_runtime.xcent.in
blob: 74318ba0efe824337c8bb51341c23ed4bdad1920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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 C++/binary UNO bridge runtime machine code generation: -->
        <key>com.apple.security.cs.allow-jit</key>
        <true/>
        <!-- Needed for our C++/binary UNO bridge runtime machine code generation on old macOS that
             reject mmap MAP_JIT (macOS <= 10.13?); and for in-process JVM: -->
        <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/>
        <!-- Allow Base to import data from Address Book -->
        <key>com.apple.security.personal-information.addressbook</key>
        <true/>
        @GET_TASK_ALLOW_ENTITLEMENT@
    </dict>
</plist>
but needs to be user- declared because it is virtual and potentially serves as a key function to emit the vtable, or is non-public, etc.; and by removing explicitly user- provided functions that do the same as their implicitly-defined counterparts, but may prevent implicitly declared copy functions from being defined as non- deleted in the future. (Even if such a user-provided function was declared non-inline in an include file, the apparently-used implicitly-defined copy functions are already include, so why bother with non-inline functions.) Change-Id: Icf0d0a904252ca014a0272cd2ff21c77438eba9d Reviewed-on: https://gerrit.libreoffice.org/58166 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2018-07-16SvPersistBase no longer necessaryNoel Grandin Change-Id: I928c0898d77d30bd6ca755d07acac6f78b20563b Reviewed-on: https://gerrit.libreoffice.org/57436 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-07-13pass SvxFieldData around by std::unique_ptrNoel Grandin Change-Id: I9c826547d348000dd6c80e45d833e048caae0ed8 Reviewed-on: https://gerrit.libreoffice.org/57308 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-04-11SvxFieldData wants to be held by tools::SvRefNoel Grandin Change-Id: If4f098341ed4f0b47a755a4722f0eace56235502 Reviewed-on: https://gerrit.libreoffice.org/52713 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-01-05remove dead eeitemid.hxxNoel Grandin and inline the couple of constants still in use from it Change-Id: Icb9f5690b5649140bc0503a8917e6a0f764e3d9c Reviewed-on: https://gerrit.libreoffice.org/47404 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-09-15convert SdrMeasureFieldKind to scoped enumNoel Grandin Change-Id: I8896d46623843d3fe341c057d7ee0376a99f4741 Reviewed-on: https://gerrit.libreoffice.org/42310 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-08-25loplugin:unusedmethodsNoel Grandin Change-Id: Iaaf9092ec4d6189492906648b84494d087fed81f Reviewed-on: https://gerrit.libreoffice.org/41539 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-01-26drop unused param from SV_DECL_PERSIST1 macroNoel Grandin Change-Id: Ie1a0a49effc2d88a4d57cf0e5f3608c6bbf4afb6