Re: 9.3.0 and later not working on my powerpc32 system
Roy Marples
Wed Oct 14 18:37:57 2020
On 14/10/2020 16:11, Tom Armistead wrote:
Output of "strace -f dhcpcd >strace.dump 2>&1" is attached.
OK!
Does this patch fix it?
diff --git a/src/privsep-linux.c b/src/privsep-linux.c
index 5d35ae2c..6ea50831 100644
--- a/src/privsep-linux.c
+++ b/src/privsep-linux.c
@@ -280,6 +280,9 @@ static struct sock_filter ps_seccomp_filter[] = {
#ifdef __NR_wait4
SECCOMP_ALLOW(__NR_wait4),
#endif
+#ifdef __NR_waitpid
+ SECCOMP_ALLOW(__NR_waitpid),
+#endif
#ifdef __NR_write
SECCOMP_ALLOW(__NR_write),
#endif
Archive administrator: postmaster@marples.name