-
Hi, I'm experiencing an issue with dhcpcd v9.5.1 which writes the message Question: What is the reason for that and how can I prevent this situation? Moreover, and observed with version 9.4.1 I get a similiar issue, but the message is Any insights? Thanks and regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
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. 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. |
Beta Was this translation helpful? Give feedback.
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.