]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Jan 2023 23:07:39 +0000 (23:07 +0000)
commitf1e6a0c16d6685096ec9313301aa431e73d02c07
treee70a5b34e0dca32f0f839fa28e81b880b9930413
parent12e68d5824849fa20f0e3fe8fc1921da111bb6fb
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>
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]