Disable W^X in Rosetta emulated x64 containers on macOS by janvorli · Pull Request #102509 · dotnet/runtime

The docker on macOS Arm64 uses Rosetta to run x64 containers. That has an effect on the double mapping. The Rosetta is unable to detect when an already executed code page is modified. So we cannot ...