From 3f371a408020307c8eb72b02f7c1e73eae0061e8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 2 Sep 2019 23:59:38 +0300 Subject: [PATCH] busybox: disable weak passwd check. --- core/busybox/checksums | 2 +- core/busybox/files/.config-suid | 2 +- core/busybox/version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/busybox/checksums b/core/busybox/checksums index c81d55c2..21903490 100644 --- a/core/busybox/checksums +++ b/core/busybox/checksums @@ -1,6 +1,6 @@ 0e4925392fd9f3743cc517e031b68b012b24a63b0cf6c1ff03cce7bb3846cc99 busybox-1.31.0.tar.bz2 83a2d417b9d866b62752b73b20547ef911f65a6ac484b7194df5c2a49ea08072 .config -f6dc3d467bd4ee178d92595ca1c8a58288ce8292a14a8381534aa9445acd0858 .config-suid +b97d1faffbc1cd6ea4ee861763a34960190cf04a89ce789212bc89bb12b18bcf .config-suid 6c3eb5cf839c7a31c337df0cd8388b397e1415ffa7a63e9678552c9c63dd869f acpid.run 814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run 4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a syslogd.run diff --git a/core/busybox/files/.config-suid b/core/busybox/files/.config-suid index 5cce4e69..5d0aaa73 100644 --- a/core/busybox/files/.config-suid +++ b/core/busybox/files/.config-suid @@ -518,7 +518,7 @@ CONFIG_LOGIN_SCRIPTS=y CONFIG_FEATURE_NOLOGIN=y CONFIG_FEATURE_SECURETTY=y CONFIG_PASSWD=y -CONFIG_FEATURE_PASSWD_WEAK_CHECK=y +# CONFIG_FEATURE_PASSWD_WEAK_CHECK is not set CONFIG_SU=y CONFIG_FEATURE_SU_SYSLOG=y CONFIG_FEATURE_SU_CHECKS_SHELLS=y diff --git a/core/busybox/version b/core/busybox/version index d63b9be1..df2395a2 100644 --- a/core/busybox/version +++ b/core/busybox/version @@ -1 +1 @@ -1.31.0 4 +1.31.0 5