Skip to content

seccomp: allow `fstatfs64` syscall on powerpc64

Jonathan Lebon requested to merge jlebon/virtiofsd:pr/fix-seccomp into main

The glibc fstatfs() function calls to the fstatfs64 syscall on powerpc64 too. Allow it by default when using seccomp.

Merge request reports