summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-11-29 03:19:02 +0000
committerRoy Marples <roy@marples.name>2019-11-29 03:19:02 +0000
commit0e5bfa4eb22f7b6412d23b9548bf157f9fea88c2 (patch)
treef35157223e84608578d69293333dd87ce77fc46a /README.md
parent470a63e2f58b7af3045db28bc55bc2a061c4c88b (diff)
downloaddhcpcd-0e5bfa4eb22f7b6412d23b9548bf157f9fea88c2.tar.xz
privsep: Note the db directory needs to be readable by _dhcpcd.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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.