-
Notifications
You must be signed in to change notification settings - Fork 1.1k
SYS_ftruncate is missing on Arm64 #1803
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
Comments
Thanks for the report! I've submitted #1805. |
Thanks a lot for fixing this. |
@michael2012z We have a PR for making a release #1807 but I'm holding it off since #1630 wants to be included. |
Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
In Cloud-hypervisor we reference the const definition
SYS_ftruncate
:https://github.com/cloud-hypervisor/cloud-hypervisor/blob/v0.8.0/vmm/src/seccomp_filters.rs#L228
But problem is,
SYS_ftruncate
is only available on X86, it cannot be found on AArch64.Was it missed? The version we are using is 0.2.71.
The text was updated successfully, but these errors were encountered: