mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
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.
This commit is contained in:
parent
82f983f394
commit
3660e2edce
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user