Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 2021 20:23:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253585] net/dhcpcd: eloop_start fail in capability mode
Message-ID:  <bug-253585-7788-Z4vsqgasR7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253585-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253585-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253585

--- 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>=3D12 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?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253585-7788-Z4vsqgasR7>