summaryrefslogtreecommitdiffstats
path: root/security/mac/hardenedruntime/v2/production/plugin-container.xml
blob: 9f689ebc42704fdf607dfd865c66668f8d702efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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">
<!--
     Entitlements to apply to the plugin-container.app bundle during
     codesigning of production channel builds.
-->
<plist version="1.0">
  <dict>
    <!-- Firefox needs to create executable pages with MAP_JIT -->
    <key>com.apple.security.cs.allow-jit</key><true/>
  </dict>
</plist>