mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
3 lines
109 B
Bash
3 lines
109 B
Bash
echo "Increase faillock attempts to 10"
|
|
sudo sed -i 's/^# *deny = .*/deny = 10/' /etc/security/faillock.conf
|