Skip to content

Instantly share code, notes, and snippets.

@dnedrow
Created November 9, 2021 00:15
Show Gist options
  • Select an option

  • Save dnedrow/a94e0b144662c8e43b232ac0b4a085f0 to your computer and use it in GitHub Desktop.

Select an option

Save dnedrow/a94e0b144662c8e43b232ac0b4a085f0 to your computer and use it in GitHub Desktop.
Enable TouchID auth for sudo in macOS

Add the following line

auth       sufficient     pam_tid.so

immediately after

auth       sufficient     pam_smartcard.so

in the /private/etc/pam.d/sudo file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment