summaryrefslogtreecommitdiffstats
path: root/security/mac/hardenedruntime/v2/production/plugin-container.xml
blob: cfc79f1d21e31fb0edac8114294f4700de3d7fc1 (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">
<!--
     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 without MAP_JIT on x64 -->
    <key>com.apple.security.cs.allow-unsigned-executable-memory</key><true/>

    <!-- Firefox needs to create executable pages with MAP_JIT on aarch64 -->
    <key>com.apple.security.cs.allow-jit</key><true/>
  </dict>
</plist>