artginzburg / sudo-touchid

 Permanent TouchID support 👆 for `sudo`.
https://git.io/sudotouchid
Eclipse Public License 2.0
512 stars 13 forks source link

sudo_local in Sonoma #18

Open mwarkentin opened 10 months ago

mwarkentin commented 10 months ago

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?

artginzburg commented 9 months ago

Yes, absolutely. The script will then inform the users that after usage, there's no need to keep the tool installed (other than for disabling pam_tid).

The script should just check the system version, if it's >=14.0 — do as described in the article instead of the old way.

Just installed Sonoma, so hopefully will have the time to modify the script soon.

P.S. It seems like someone in Apple is subscribed to this repo :)