sudo-touchid icon indicating copy to clipboard operation
sudo-touchid copied to clipboard

 Permanent TouchID support 👆 for `sudo`.

Results 11 sudo-touchid issues
Sort by recently updated
recently updated
newest added

We may want to look at https://circleci.com/docs/2.0/testing-macos/

help wanted

I just installed this via homebrew, and it appears sandboxing is preventing sed from editing `/private/etc/pam.d/sudo`. I get the following in the console when running `sudo brew services start sudo-touchid`:...

bug
help wanted

This worked for me until some point recently, possibly due to an [OS upgrade](https://user-images.githubusercontent.com/4542907/154335989-5f971aed-6f44-4ea4-9835-6833bd2bc742.png). I upgraded the package to see if that would fix things: ``` ❯ brew install artginzburg/tap/sudo-touchid...

bug
help wanted

Hi, Thanks for your work. on my device, your great program doesn't works anymore. I am on a apple silicon mac. and i have done the install with homebrew.

Using a custom sudoers.d file and a pam.d conf, we can setup touch id auth for sudo with addition features: - get rid of `.plist` files - do not edit...

Apple seems to have added a way for Touch ID to be enabled permanently in Sonoma: https://www.idownloadblog.com/2023/08/24/touch-id-sudo-command-terminal-tutorial/ Should this be incorporated into this tool?

Following the README.md, I end up with ``` Bootstrap failed: 5: Input/output error Error: Failure while executing; `/bin/launchctl bootstrap system /Library/LaunchDaemons/homebrew.mxcl.sudo-touchid.plist` exited with 5. ```

The latest update for Ventura, which was the first Rapid Security Response (RSR), seems to have broken something. Although the launch daemon is still activated, it was not successful in...

``` ~ ❯ sudo brew services start sudo-touchid Error: Running Homebrew as root is extremely dangerous and no longer supported. As Homebrew does not drop privileges on installation you would...