Created
February 4, 2023 02:51
-
-
Save karubits/7edaf64590ec1d68c0d571e7cbcf17ef to your computer and use it in GitHub Desktop.
Use your laptops finger printer reader for gnome login and sudo escalation on PoPOS!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install fprintd and the pam library | |
sudo apt-get install fprintd libpam-fprintd | |
# Enrole your finger | |
finger-print-enrolement | |
# Update PAM to support "Fingerprint authentication" | |
sudo pam-auth-update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment