]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
privsep: Fix Linux i386 for SECCOMP as it just uses socketcall
authorRoy Marples <roy@marples.name>
Sat, 12 Dec 2020 22:12:54 +0000 (22:12 +0000)
committerRoy Marples <roy@marples.name>
Sat, 12 Dec 2020 22:12:54 +0000 (22:12 +0000)
commit08140d736cfce19710823c56d57a1d7499385ab9
treed47a32a878032169c0dc7f178e7425150a0b2ffc
parent544191a525971480d1e2a2cf403e61cf2aab27bf
privsep: Fix Linux i386 for SECCOMP as it just uses socketcall

Rather than accept(2), recv(2), etc..... which is horrible!

Thanks to Steve Hirsch <stevehirsch49@msn.com> for testing.
src/privsep-linux.c