[Bug 253585] net/dhcpcd: eloop_start fail in capability mode
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Aug 2021 20:23:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253585 --- Comment #3 from roy@marples.name --- The issue is likely here: https://github.com/NetworkConfiguration/dhcpcd/blob/dhcpcd-9/src/privsep.c#L140 In FreeBSD>=12 I think poll(2) works fine in capsicum like so, but older versions may not. I'm in two minds whether to used add __FreeBSD__ to the defined check list or version check it as well. As FreeBSD-13.0 has shipped, is FreeBSD-11 still supported? -- You are receiving this mail because: You are the assignee for the bug.