You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, on macOS 14.x or earlier, if you used a command like curl in the Terminal, LuLu would prompt with a message such as "curl wants to connect...".
However, on macOS 15 RC, LuLu now attributes the connection attempt to the Terminal app (or whichever app is running the command), displaying a message like "iTerm wants to connect..." instead of referencing the specific command (in this case, curl)
Note, some commands, like /usr/bin/nscurl, are unaffected. LuLu still prompts with "nscurl wants to connect..." on macOS 15.
It seems something has changed in macOS 15, but I haven't found any mention of this in the macOS 15 RC release notes.
The text was updated successfully, but these errors were encountered:
rinsuki
changed the title
LuLu on macOS 15: Connection attempts now attributed to the Terminal app instead of individual commands
LuLu on macOS 15 RC: Connection attempts now attributed to the Terminal app instead of individual commands
Sep 10, 2024
I can confirm that there is something different now. With the update to macOS 15, git commands using the network were not working anymore. The issue was fixed by allowing the terminal emulator to access the network. Previously it was possible to allow only git, and block the terminal.
The curl command is working fine for me when using the system version instead of the homebrew one.
This has now been confirmed, to yes, be due to an Apple bug in macOS 15, that is widely impacting many 3rd-party security tools, that then in turn causes macOS networking to break and/or having the "wrong" process associated with the network event.
This has been reported to Apple (and was so before macOS 15 was released), who have confirmed the issue and are hopefully working on a fix.
Previously, on macOS 14.x or earlier, if you used a command like curl in the Terminal, LuLu would prompt with a message such as "curl wants to connect...".
However, on macOS 15 RC, LuLu now attributes the connection attempt to the Terminal app (or whichever app is running the command), displaying a message like "iTerm wants to connect..." instead of referencing the specific command (in this case, curl)
Note, some commands, like
/usr/bin/nscurl
, are unaffected. LuLu still prompts with "nscurl wants to connect..." on macOS 15.It seems something has changed in macOS 15, but I haven't found any mention of this in the macOS 15 RC release notes.
The text was updated successfully, but these errors were encountered: