]> git.ipfire.org Git - thirdparty/chrony.git/commit
sys_linux: allow readv syscall in seccomp filter master
authorSören Tempel <soeren@soeren-tempel.net>
Sun, 14 Jun 2026 16:16:55 +0000 (18:16 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 22 Jun 2026 07:28:25 +0000 (09:28 +0200)
commit0c8a6da4eada661a68ac095789ae8acd7f2fb373
tree0b1d815cdde6b122a76dc28d222b5e625c9ca081
parent8f2db839de0c4c8683ec460819c1ee77a718c770
sys_linux: allow readv syscall in seccomp filter

This system call is used by musl libc to implement fread(3). This
library function is used by gnutls (e.g., when compiling chrony
with NTS support). This has been discovered in Alpine Linux.
sys_linux.c