-
Notifications
You must be signed in to change notification settings - Fork 16
Add support for modern OSX #3
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
base: master
Are you sure you want to change the base?
Conversation
Similarly:
|
Unfortunately this also means that most shell scripts/wrappers will not work with authbind, since they'll use |
It appears that |
The diff here is tiny now, and contains only a small feature to print a warning when you've forgotten to setuid the helper. The caveat regarding |
If there's a way to detect that this is enabled and a system binary is being invoked, maybe we can print a warning to the user. |
Uses https://github.com/rentzsch/mach_override to get things working again.
Verified on 10.11 El Capitan, although it appears
DYLD_INSERT_LIBRARIES
will not work against anything in/bin
or/usr/bin
. User-compiled binaries (such as homebrew packages in/usr/local
) work as expected.