]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
privsep: Don't read control_group in privsep
authorRoy Marples <roy@marples.name>
Sat, 1 Aug 2020 19:32:34 +0000 (20:32 +0100)
committerRoy Marples <roy@marples.name>
Sat, 1 Aug 2020 19:32:34 +0000 (20:32 +0100)
commit47db0fed1faa6239a7501e24368e6931a1c0667a
treefe4df03ef5cd2e7ab763ff1ccb7700e713736b53
parent426565eaa7a423e1332e52fa6dd97a19e6ac0c3d
privsep: Don't read control_group in privsep

There is no need as it's a global option and it will have already
been read in by this point.
Also means we don't need to pledge getpw.
src/if-options.c