artginzburg / sudo-touchid

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

Apple Watch support? #10

Closed idleberg closed 1 year ago

idleberg commented 1 year ago

I was somewhat expecting, that the Apple Watch uses the same API as Touch ID, but it doesn't seem to be the case. So, I was wondering if double-tapping the Apple Watch's button could be added in a future version. Or do you see this feature request out of scope for your project?

artginzburg commented 1 year ago

Currently, you may try biscuitehh/pam-watchid.

About adding this as a feature — I think sudo-touchid is supposed to be native and reliable. Custom PAM plugins seem to be out of this scope due to security concerns and differentiating installation requirements. (This is why I'm just leaving links to such projects/methods in Readme)

However, 3rd-party PAM plugins are used by developers anyway. So collecting, maintaining, and automatizing them sounds useful. There's definitely a room for extended self-contained solutions here.