-
Notifications
You must be signed in to change notification settings - Fork 68
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
Doesn't work on new macOS big sur #7
Comments
Same problem |
Okay so it needs to be signed on Big Sur. Also keep in mind the target for x64 system is "x86_64-apple-macosx10.16", at least that's true for dev beta 2. |
@jankytay How did you obtain the more detailed error message? I'm attempting to sign my version of this but I can't get the more detailed output at present. |
Even after signing with
From what I've been able to find, this is the result of a security move from Apple that prevents system components from loading plugins that are not system components, regardless of signature validity. |
I can confirm that this seems to be resolved in macOS 11.0 DP3 Build 20A5323l for me as well - no changes and a completely unsigned |
I should mention that my recent struggles with this are on Catalina (10.15.6), definitely caused by a very recent (within the last week?) update, as I have been using |
I'm also using it on the latest macOS Catalina version 10.15.6 and it does work for me. |
how did u guys made it to work..? I'm also on macOS 11.0 Beta 3, only works if I disable SIP... |
I just successfully configured this on Big Sur release running on Mac mini. No extra steps needed |
As another data point, I just got this working on an arm mac mini. SIP off, no codesigning, only change was in Makefile |
After trying to install this, whatever arrangement of lines in the
I'm on 11.1, so maybe Apple has protected this file further. I haven't, and really don't want to, disable any security settings. |
Works on my Intel MBP (12,1) on 11.1 (should be 20C69, don't exactly remember) (TARGET=x86_64-apple-macosx11.1) and 11.2 Beta (20D5029f) (TARGET=x86_64-apple-macosx11.2). I only modified the TARGET variable in Makefile and all default security settings were in place. |
Ditto, working here on an M1 Mac Mini by changing the Makefile target to |
Hmm, must have screwed up the build the first try. Just tried again and it worked. This time I used the |
I'm on Big Sur 11.1 on an M1 Mac mini, only change was |
Closes biscuitehh#15, closes biscuitehh#20. Resolves biscuitehh#7, resolves biscuitehh#14, resolves biscuitehh#16, resolves biscuitehh#17.
Closes biscuitehh#15, closes biscuitehh#20. Resolves biscuitehh#7, resolves biscuitehh#14, resolves biscuitehh#16, resolves biscuitehh#17.
Partially supersedes biscuitehh#20. Closes biscuitehh#15. Resolves biscuitehh#7, resolves biscuitehh#14, resolves biscuitehh#16, resolves biscuitehh#17.
This pam module doesn't seem to work with the new macOS big sur any more.
The text was updated successfully, but these errors were encountered: