Skip to content

Instantly share code, notes, and snippets.

@franciscocpg
Created December 13, 2022 12:24
Show Gist options
  • Save franciscocpg/86b30bc872bdeee1b64eb713789a60f1 to your computer and use it in GitHub Desktop.
Save franciscocpg/86b30bc872bdeee1b64eb713789a60f1 to your computer and use it in GitHub Desktop.
Configure fingerprint in garuda linux

Full instructions here

Steps

  • Install fprint: yay -S fprint
  • Follow the Restrict enrolling instructions to make sure that only root users can add fingerprints
  • Add the line auth sufficient pam_fprintd.so to the beginning of the following files:
    • /etc/pam.d/sudo
    • /etc/pam.d/system-local-login
    • /etc/pam.d/kde
  • Restart and everything should be working 🙏
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment