Openwrt/package
Petr Štetiar 52e6fb1369 rpcd: fix respawn settings
Commit 432ec292cc ("rpcd: add respawn param") has introduced infinite
restarting of the service which could be reached over network. This is
not recommended security practice as it might give potential adversary
infinite number of tries in case there might be some issue in the rpcd
or its surrounding stack.

So lets remove the currently bogus `respawn_retry` variable (it wasn't
possible to override it anyway), reverting to the previous default max.
of 5 service restarts which could be now overriden via system's UCI
settings if desired.

Cc: Jo-Philip Wich <jow@mein.io>
Cc: Florian Eckert <fe@dev.tdt.de>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Fixes: 432ec292cc ("rpcd: add respawn param")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-03-16 22:21:45 +01:00
..
base-files base-files: convert leading spaces to tabs in functions.sh 2020-03-13 15:51:30 +01:00
boot layerscape: ls1012afrdm: introduce dynamic partitioning 2020-03-12 12:59:44 +01:00
devel
firmware layerscape: resurrect support for FRDM-LS1012A 2020-03-12 12:59:44 +01:00
kernel kernel: make kmod-i2c-mux selected by dependent modules 2020-03-16 16:26:29 +01:00
libs libnftnl: bump to 1.1.5 2020-03-16 15:49:13 +00:00
network curl: bump to 7.69.1 2020-03-16 21:31:01 +01:00
system rpcd: fix respawn settings 2020-03-16 22:21:45 +01:00
utils
Makefile