physlock
physlock copied to clipboard
Lightweight linux console locking tool
Would be possible to implement some kind of "hard secure mode", so that at the 3rd time (as an example) of password insertion mistake, physlock, automatically shutdown the computer! Just...
#96 is similar to my issue, but in my case I am using Sway, not LightDM. `swayidle` is used to trigger the lock before suspend like so: ```bash swayidle -w...
I'm using `pam_securetty.so` to restrict the TTYs that root is able to authenticate on, and this breaks `physlock` to where I'm forced to reboot to be able to access my...
Closes #110
Let the user execute any command just before and after authenticating. This allows for things like printing a different prompt each time, showing something just after unlocking, etc - within...
linux void musl sway first time and second time work fine then suddenly: physlock: /dev/tty-1: No such file or directory at first I thought it may be related to using...
To reproduce: ``` physlock -dsm ; physlock -L ``` Switch to e.g. VT3, then switch back to VT1. Expected: Password prompt is still there. Actual: Password prompt is gone, screen...
one of `sudo`'s most important features is the ability to insult someone who mistypes a password. While this is frequently a source of humor for the user, a screen locker...
My laptop's keyboard was broken and I tried to unlock physlock by connecting my laptop via SSH and then killing physlock from the terminal. However `sudo killall -9 physlock` had...