]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
privsep: Add a generic wrapper for getifaddrs(3)
authorRoy Marples <roy@marples.name>
Wed, 13 May 2020 19:52:24 +0000 (20:52 +0100)
committerRoy Marples <roy@marples.name>
Wed, 13 May 2020 19:52:24 +0000 (20:52 +0100)
commita34dc1d4f46ce76020654eef5e3ff33542425149
tree1629564b6e151f42ae2ccd735963365363247c6f
parentd65f4be81281ad3a69ffa65cf6fba3e4b9498df3
privsep: Add a generic wrapper for getifaddrs(3)

Although this is only for Capsicum, the getifaddrs interface is
quite portable although not POSIX.

With this final change, the Master process can now enter Capsicum
Capabilites Mode and this completes the Capsicum integration.
src/dhcpcd.c
src/if.c
src/privsep-root.c
src/privsep-root.h
src/privsep.c
src/privsep.h