]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
dhcpcd: backport two patches to fix runtime error
authorChen Qi <Qi.Chen@windriver.com>
Tue, 10 Jan 2023 06:52:32 +0000 (14:52 +0800)
committerSteve Sakoman <steve@sakoman.com>
Fri, 20 Jan 2023 02:28:32 +0000 (16:28 -1000)
commit82b7967721db08f925193a1c36232cafd0dab506
tree326152f47ac95c01bfb902d6a11b6973a504d32f
parent27a58c11536bc0e804904c2dd97820973d0b9a2f
dhcpcd: backport two patches to fix runtime error

In case of nodistro, dhcpcd gives us 'Bad system call'
error and exits. This is because there are syscalls that
should be allowed but not in privsep. Backport two patches
to fix this issue.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f1e6a0c16d6685096ec9313301aa431e73d02c07)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.1.bb
meta/recipes-connectivity/dhcpcd/files/0001-privsep-Allow-getrandom-sysctl-for-newer-glibc.patch [new file with mode: 0644]
meta/recipes-connectivity/dhcpcd/files/0002-privsep-Allow-newfstatat-syscall-as-well.patch [new file with mode: 0644]