Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support macOS High Sierra, upgrading sudo to version 86. #25

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Cee
Copy link
Contributor

@Cee Cee commented Oct 4, 2017

Merge #15 to this project. Thanks to @serverwentdown & @knu & Ambrose Chua!

@knu
Copy link

knu commented Oct 11, 2017

Maybe the diff between sudo 86 and the previous apple version should be committed separately so you can see what our local changes are.

@idoo
Copy link

idoo commented Oct 12, 2017

@mattrajca do we have any chance to merge it?

@knu
Copy link

knu commented Nov 20, 2017

It seems High Sierra ships with /usr/lib/pam/pam_tid.so which performs Touch ID authentication, so we probably don't need sudo-touchid any more. Adding the following line to the top of /etc/pam.d/sudo will do:

auth       sufficient     pam_tid.so

@Serubin
Copy link

Serubin commented Feb 17, 2018

@knu Using the pam_tid.so method doesn't seem to work in certain environments, tmux would be an example of this.

@FlorianWendelborn
Copy link

@Serubin @knu Any idea if TouchID + tmux via pam.d can be fixed or what the issue is? Maybe that's what this project should concentrate on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants