bjorn3 commented on issue #5204:
See https://github.com/bytecodealliance/wasmtime/issues/4986
uweigand commented on issue #5204:
Updated cfg checks to prevent breaking windows builds with selinux-fix.
uweigand commented on issue #5204:
This PR is equivalent to fixing #4986 by turning the
selinux-fix
feature on for everybody.The intent of the PR is to turn on
selinux-fix
for the filetests crate only, which should not be performance-critical. It's limited to filetests because only there I'm seeing an actual immediate issue (failing tests) right now.I agree that we should move to
mmap
everywhere, but that is performance-critical, and there may be better ways than theselinux-fix
(I haven't looked into the implementation in detail, and I'm sure others are more familiar with that ...)
Last updated: Nov 22 2024 at 17:03 UTC