kumquat-buildroot/package/dhcp
Andreas Ehmanns 40f7adae3c package/dhcp: add security options to DHCP server
I was trying to make the ISC dhcp daemon more secure by using the
-user and -group option to let dhcp server run as non-root user.
Unfortunately these options are not available when building ISC dhcp
server with buildroot.
The reason is, that the configure script must be called with the
option --enable-paranoia to activate these options. But this option
is not set in the dhcp.mk file.

To be backward compatible I added a new option to the dhcp's Config.in
file to enable this feature when desired and parse this option in
dhcp.mk.

Signed-off-by: Andreas Ehmanns <universeiii@gmx.de>
[yann.morin.1998@free.fr: fix check-package]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-04-28 17:50:15 +02:00
..
Config.in package/dhcp: add security options to DHCP server 2022-04-28 17:50:15 +02:00
dhclient-script
dhclient.conf
dhcp.hash package/dhcp: security bump to version 4.4.3 2022-04-12 21:55:52 +02:00
dhcp.mk package/dhcp: add security options to DHCP server 2022-04-28 17:50:15 +02:00
dhcpd.conf
dhcpd.service
S80dhcp-relay
S80dhcp-server