Skip to content

Instantly share code, notes, and snippets.

View codeprefect's full-sized avatar
💯
building saas solutions

Mubarak Imam codeprefect

💯
building saas solutions
View GitHub Profile
@nadiaholmquist
nadiaholmquist / 0-pam-touchid-setup.md
Last active April 28, 2023 11:09
Permanent setup for sudo with Touch ID for macOS

Permanent sudo Touch ID setup for macOS

Want to use Touch ID with sudo but annoyed that the change gets reset every time macOS updates? Here's a hacky solution to fix that!

Installation

  1. Compile pam-touchid-setup.c
    clang -o pam-touchid-setup pam-touchid-setup.c