mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
5 lines
127 B
Bash
5 lines
127 B
Bash
#!/bin/bash
|
|
|
|
echo "Defaults passwd_tries=10" | sudo tee /etc/sudoers.d/passwd-tries
|
|
sudo chmod 440 /etc/sudoers.d/passwd-tries
|