[Virtio-fs] [virtiofsd] MR opened: Fix daemon startup with new glibc versions (>=2.35)

virtiofs-bot at sinrega.org virtiofs-bot at sinrega.org
Tue Apr 5 12:26:53 UTC 2022


When running on systems that ship with the most recent release of glibc
(2.35), we noticed that virtiofsd would fail when running as a regular
user. This was down to one of viriofsd's child processes being killed by
seccomp for attempting an rseq. So, add rseq to allowed syscalls, and
bump libc bindings to the version that introduces SYS_rseq.

Signed-off-by: Anca Iordache <anca.iordache at docker.com>
Signed-off-by: Frédéric Dalleau <frederic.dalleau at docker.com>
Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz at docker.com>
---
https://gitlab.com/virtio-fs/virtiofsd/-/merge_requests/107



More information about the Virtio-fs mailing list