Revert "tdf#127471 Remove font width scaling hack"
[LibreOffice.git] / hardened_runtime.xcent.in
blobd270c93ec694e69f9f3d8e312915859786ca4d48
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <!-- AppleScript support -->
6 <key>com.apple.security.automation.apple-events</key>
7 <true/>
8 <!-- Needed for our runtime machine code generation -->
9 <key>com.apple.security.cs.disable-executable-page-protection</key>
10 <true/>
11 <!-- allow use of third-party plugins/frameworks (aka Java) -->
12 <key>com.apple.security.cs.disable-library-validation</key>
13 <true/>
14 @GET_TASK_ALLOW_ENTITLEMENT@
15 </dict>
16 </plist>