feat: 🔒 harden and enable pam faillock, password encryption & quality suggestions

This commit is contained in:
34n0
2023-12-08 22:14:01 +01:00
committed by qoijjj
parent 2daa92cd33
commit 3685fa6daa
6 changed files with 759 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
echo "Enabling faillock in PAM authentication profile"
authselect enable-feature with-faillock 1> /dev/null