From: Roy Marples Date: Fri, 29 Nov 2019 03:19:02 +0000 (+0000) Subject: privsep: Note the db directory needs to be readable by _dhcpcd. X-Git-Tag: v9.0.0~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf3f3e179ee354c26373c6e8f2da7ec10400a43;p=thirdparty%2Fdhcpcd.git privsep: Note the db directory needs to be readable by _dhcpcd. --- diff --git a/README.md b/README.md index d5989d35..f48749c7 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ For compatibility with older versions, use dhcpcd-4 dhcpcd-7 defaults the database directory to `/var/db/dhcpcd` instead of `/var/db` and now stores dhcpcd.duid and dhcpcd.secret in there instead of in /etc. +dhcpcd-9 requires this directory and contents to be writeable by the +unpriviledged user (default _dhcpcd). The Makefile `_confinstall` target will attempt to move the files correctly from the old locations to the new locations.