-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
macOS Sonoma changes /etc/pam.d/sudo
#784
Comments
I just tested applying this change to my macOS Ventura machine and it works there (as expected), although of course software updates will reset |
You can add yubikeys as well if you are so inclined. Auth is parsed in order so if yubi fails/times out it falls back to tid next.
|
See #1020 |
This was referenced Feb 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In macOS Sonoma, the
/etc/pam.d/sudo
file now starts withand there's a separate
sudo_local.template
file with the contentsGiven this, the
security.pam.enableSudoTouchIdAuth
module should probably be changed to useenvironment.etc."pam.d/sudo_local"
and then have thesed
script check for thesudo_local
line and insert that if it's not present. This way on macOS Sonoma the change will persist across OS updates.The text was updated successfully, but these errors were encountered: