dropbear: move failsafe code out of base-files
authorKyle Copperfield <kmcopper@danwin1210.me>
Tue, 19 Nov 2019 18:50:00 +0000 (18:50 +0000)
committerJohn Crispin <john@phrozen.org>
Wed, 15 Jan 2020 19:04:06 +0000 (20:04 +0100)
commit0da193ee6943fc7afd100d2378cd1989d1f1cc03
tree8d5a59fd1639848047cb0fc801a140984a5fef49
parentf704f97e4c57e3f2db1bd2f5c87e1e44aebba42b
dropbear: move failsafe code out of base-files

The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
Failsafe code of dropbear should be in the dropbear package not the
base-files package.

Signed-off-by: Kyle Copperfield <kmcopper@danwin1210.me>
package/base-files/Makefile
package/base-files/files/lib/preinit/99_10_failsafe_login
package/network/services/dropbear/Makefile
package/network/services/dropbear/files/dropbear.failsafe [new file with mode: 0755]