mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02: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
|