]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
privsep: Unload dev early if we are not the root process
authorRoy Marples <roy@marples.name>
Mon, 9 Jan 2023 16:35:37 +0000 (16:35 +0000)
committerRoy Marples <roy@marples.name>
Mon, 9 Jan 2023 16:35:37 +0000 (16:35 +0000)
commit4c97eb896bbb9a2b285efce2fa15aa9d2a9492d1
tree97b8a728b1368f0958057fc69c942b13f82bca2a
parent7b74c4b2e4e8989e2c4f609bb3a7a6ff09660f51
privsep: Unload dev early if we are not the root process

No point listening to it and newer udev throws an error
trying to unload when chrooted so this fixes that.
src/privsep.c