]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
privsep: If we fail to init privsep, continue
authorRoy Marples <roy@marples.name>
Sun, 5 Apr 2020 06:47:14 +0000 (07:47 +0100)
committerRoy Marples <roy@marples.name>
Sun, 5 Apr 2020 06:47:14 +0000 (07:47 +0100)
commit5f42b70343bcae694748244e8aa0707aef690178
treea7fa7e335a55be233d1a84ee675eb28ec855dcdb
parent2c6d5fe0653ba39d7cc41ddd0cdd35661d2a0df5
privsep: If we fail to init privsep, continue

We continue if the privsep user cannot be found, so do the same
if passwd or similar is missing from the system.
This helps people who use dhcpcd in ramdisks to oneshot the config
for example to start iSCSI.
src/dhcpcd.c
src/privsep.c