summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAge
* install: Dont move old files around to new locationsRoy Marples2020-04-05
| | | | | privsep user dir may not exist and this code wont work for dhcpcd-9 anyway.
* spelling: Correct both privilege and separationRoy Marples2020-02-10
| | | | Found by Arfrever.
* Mention chrootRoy Marples2020-01-27
|
* privsep: Note the db directory needs to be readable by _dhcpcd.Roy Marples2019-11-29
|
* privsep: Add support for priviledge separationRoy Marples2019-11-28
| | | | | | | | | | | | | | | | | | | | | | | | Not enabled by default - enable with ./configure --enable-privsep Requires a user added to the system - default _dhcpcd Several processes will be spawned off the main state engine: a privileged actioneer and a generic network proxy. Only the privileged actioneer process will retain root permissions. When required, the privileged actioneer will also spawn BPF listeners for BOOTP (DHCP) and ARP. The BOOTP BPF listener should be a short lived process. On kernels with RFC 5227 support, the ARP BPF listener will only be used for ARPing and announcing a preferred address and will also be a short lived process. When not running in master mode, an address listener will be spawned for each address (with the exception of RA dervived addresses) dhcpcd cares about. TODO: * Solaris support. * ARP BPF address filtering.
* Update README from dhcpcd.confRoy Marples2017-10-09
|
* Update to the real stock dhcpcd.confRoy Marples2017-07-04
|
* TypoRoy Marples2017-06-13
|
* Disable NTP in the default config.Roy Marples2017-03-15
|
* Use some markdown loving.Roy Marples2017-03-14