Describe the rest of the bins

This commit is contained in:
David Heinemeier Hansson
2026-02-07 10:50:48 +01:00
parent ea24b0dc68
commit 9741b29a7c
13 changed files with 34 additions and 0 deletions

View File

@@ -1,4 +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"