-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enforce MTE protection for writeable file-backed mappings #469
Comments
Labeled as higher-priority since this is likely what's blocking enabling the |
Running binaries from tmpfs (I moved the
|
Seems like unmapping then remapping segments should work. In our case we should strace QEMU since that may also affect what/whether we need to do this. |
Do you get the same thing when qemu-aarch64 is also in |
This may not require any changes if running binaries from a tmpfs solves the problem, but we should verify that that's true. See this comment on #314 for details
The text was updated successfully, but these errors were encountered: