Sfoglia il codice sorgente

busybox: enable sha hash for /etc/shadow

It appears `md5` is no longer state of the art. Let's switch it to
something slightly newer to increase security.

Suggested-by: abnoeh <[email protected]>
Signed-off-by: Paul Spooren <[email protected]>
Paul Spooren 1 anno fa
parent
commit
86e3016896
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package/utils/busybox/Config-defaults.in

+ 1 - 1
package/utils/busybox/Config-defaults.in

@@ -1333,7 +1333,7 @@ config BUSYBOX_DEFAULT_USE_BB_CRYPT
 	default n
 config BUSYBOX_DEFAULT_USE_BB_CRYPT_SHA
 	bool
-	default n
+	default y
 config BUSYBOX_DEFAULT_ADD_SHELL
 	bool
 	default n