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.