]> git.ipfire.org Git - thirdparty/lldpd.git/commit
add more missing syscalls to seccomp profile
authorChristian Bricart <christian@bricart.de>
Thu, 30 Jan 2025 10:15:26 +0000 (11:15 +0100)
committerVincent Bernat <vincent@bernat.ch>
Mon, 3 Feb 2025 08:01:33 +0000 (09:01 +0100)
commit681ff1d6f130741274ac01e3b6b1aed0674c3d6a
tree7e023f7c51d4f90786a3660522ebafa2cc477e4c
parent8e606d86b2ac29565453394a5e387ce266995482
add more missing syscalls to seccomp profile

it turned out, adding just clock_gettime64()
from #710 has not been enough for ia32 platform.

iteratively added additional syscalls, that
prevented lldpd from starting up without
bailing out with SIGSYS
src/daemon/priv-seccomp.c