diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-03-10 16:43:10 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-23 00:01:35 +0100 |
commit | d1de77a59fb0cb6a3c5d25cf4a825fbc0c7acdce (patch) | |
tree | c98ec7bf54ab8d89bbc2ee8f4ee203ec62df1359 | |
parent | 0be56dca27ff8bc88580052b185e4fd430384527 (diff) | |
download | buildroot-d1de77a59fb0cb6a3c5d25cf4a825fbc0c7acdce.tar.gz buildroot-d1de77a59fb0cb6a3c5d25cf4a825fbc0c7acdce.zip |
busybox: use md5 as default password algorithm
DES is terribly outdated and a security vulnerability.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/busybox/busybox.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/busybox.config b/package/busybox/busybox.config index 2cf989d2b3..693b9d24ff 100644 --- a/package/busybox/busybox.config +++ b/package/busybox/busybox.config @@ -496,7 +496,7 @@ CONFIG_PASSWD=y CONFIG_FEATURE_PASSWD_WEAK_CHECK=y # CONFIG_CRYPTPW is not set # CONFIG_CHPASSWD is not set -CONFIG_FEATURE_DEFAULT_PASSWD_ALGO="des" +CONFIG_FEATURE_DEFAULT_PASSWD_ALGO="md5" CONFIG_SU=y CONFIG_FEATURE_SU_SYSLOG=y CONFIG_FEATURE_SU_CHECKS_SHELLS=y |