From 3660e2edcebafe93c80e728b3a7a2810f12d508f Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 18 May 2016 15:55:48 -0700 Subject: [PATCH] profiles: stop disabling SHA512 password hashes in PAM Likely inherited from ChromeOS but even for them it is a completely ridiculous flag to disable. We had SHA512 enabled pre-PAM since shadow does not have this use flag so this restores previous behavior. --- .../profiles/coreos/targets/generic/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults index 60cb43916d..a120d8b749 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults @@ -3,7 +3,7 @@ USE="cros-debug acpi usb symlink-usr cryptsetup policykit" USE="${USE} -cros_host -expat -cairo -X -man" -USE="${USE} -acl -cracklib -gpm -python -sha512" +USE="${USE} -acl -cracklib -gpm -python" USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls" # Exclude documentation