Bring all sudo commands together

This commit is contained in:
David Heinemeier Hansson
2026-03-15 16:00:54 +01:00
parent fa17b5b69f
commit ec25cde033
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# Reset the sudo lockout/faillock for the current user.
# This clears any failed authentication attempts that may have locked the user out.
# Resetting sudo lockout for user
su -c "faillock --reset --user $USER"