mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Elim
This commit is contained in:
1
etc/sudoers.d/omarchy-passwd-tries
Normal file
1
etc/sudoers.d/omarchy-passwd-tries
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Defaults passwd_tries=10
|
||||||
@@ -1,8 +1,6 @@
|
|||||||
run_logged $OMARCHY_INSTALL/config/theme.sh
|
run_logged $OMARCHY_INSTALL/config/theme.sh
|
||||||
run_logged $OMARCHY_INSTALL/config/git.sh
|
run_logged $OMARCHY_INSTALL/config/git.sh
|
||||||
run_logged $OMARCHY_INSTALL/config/gpg.sh
|
|
||||||
run_logged $OMARCHY_INSTALL/config/timezones.sh
|
run_logged $OMARCHY_INSTALL/config/timezones.sh
|
||||||
run_logged $OMARCHY_INSTALL/config/increase-sudo-tries.sh
|
|
||||||
run_logged $OMARCHY_INSTALL/config/increase-lockout-limit.sh
|
run_logged $OMARCHY_INSTALL/config/increase-lockout-limit.sh
|
||||||
run_logged $OMARCHY_INSTALL/config/ssh-flakiness.sh
|
run_logged $OMARCHY_INSTALL/config/ssh-flakiness.sh
|
||||||
run_logged $OMARCHY_INSTALL/config/detect-keyboard-layout.sh
|
run_logged $OMARCHY_INSTALL/config/detect-keyboard-layout.sh
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
# Give the user 10 instead of 3 tries to fat finger their password before lockout
|
|
||||||
echo "Defaults passwd_tries=10" | sudo tee /etc/sudoers.d/passwd-tries
|
|
||||||
sudo chmod 440 /etc/sudoers.d/passwd-tries
|
|
||||||
Reference in New Issue
Block a user