Files

6 lines
124 B
Bash
Raw Permalink Normal View History

#!/bin/bash
# archypr:summary=Reset the sudo lockout/faillock for the current user.
su -c "faillock --reset --user $USER"