inittab: Disable implicit controlling TTY.
authorMarkus Gothe <markus.gothe@genexis.eu>
Mon, 7 Oct 2024 11:30:46 +0000 (13:30 +0200)
committerJohn Crispin <john@phrozen.org>
Wed, 11 Dec 2024 11:09:18 +0000 (12:09 +0100)
commit30542c94c4255acfaffa8e20b88783b01fa00c4a
treecd63eebc68066a12c7ca40735b18917f5a440225
parent7330fa55c5211eb7b3c675d1c7b8281b69b53553
inittab: Disable implicit controlling TTY.

Disable the use of implicit controlling
TTYs. They will be enabled on demand.

This fixes a bug where 2 or more
consecutive Ctrl-C at the login prompt
triggers a reboot of the device.

Closes: https://github.com/openwrt/openwrt/issues/11306
Signed-off-by: Markus Gothe <markus.gothe@genexis.eu>
inittab.c
state.c
utils/utils.c