MacOSX-authbind
MacOSX-authbind copied to clipboard
MacOSX Lion port of the authbind utility
From my own testing it seems that DYLD interposing no longer works on macOS 12 Monterey Beta 4, which renders authbind ineffective. I cannot yet tell whether this is a...
using macOS Mojave got this error when running `make`: ``` ld: symbol(s) not found for architecture i386 ```
Can you publish this as a brew formula for easiness on MacOS?
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...
On Mountain Lion, when trying to open a privileged port using SocketServer.TCPServer in Python, I get this error output: `dyld: DYLD_ environment variables being ignored because main executable (/usr/local/lib/authbind/helper) is...