Skip to content

Instantly share code, notes, and snippets.

View ThatStella7922's full-sized avatar
๐Ÿ’œ
Eva

Stella ThatStella7922

๐Ÿ’œ
Eva
View GitHub Profile
@nadiaholmquist
nadiaholmquist / 0-pam-touchid-setup.md
Last active June 26, 2024 00: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