Skip to content

Message "no such user" in case dhcpcd is started or lease is dumped #199

Closed Answered by rsmarples
Degoah asked this question in Q&A
Discussion options

You must be logged in to vote

When you build with privsep (which is the default) you should add then non privileged user __dhcpcd like the others in your system to not login.
dhcpcd will then run all bar one process as this user in a locked down chroot environment with very limited permissions including a sandbox where available. On Linux we use seccomp.

This makes dhcpcd very secure, moreso than any other OSS DHCP client.

To disable the warning either add the privsep user to your system or don't build with privsep.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Degoah
Comment options

@rsmarples
Comment options

@Degoah
Comment options

@rsmarples
Comment options

Answer selected by Degoah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants