-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
add "local network access" permission for macOS 15 runners #10924
Comments
@glyph We will look into the issue and keep you posted with updates. |
Thank you! |
Mege |
Thanks for the context, @sureshe456 ! |
Hi @glyph, We reported this issue to the Apple forum, and they responded as follows , |
Thanks again for following up @sureshe456 . I made a comment on that thread. This seems like a real bummer of a change from Apple; I hope that they respond to your bug report when you file it, and address this in an update. |
Hi @glyph, Opened Apple Feedback to report this: FB16213134 |
Thanks again, good to have the bug number. (FYI, the actual link to the feedback number doesn't do anything for anyone outside apple; the feedbacks themselves are confidential.) |
Description
Attempting to test multicast sockets results in routing errors, which suggests that the code is running without "local network access" permissions.
Ideally this would be configurable, so that code could be tested to ensure that it doesn't need this permission, but when it is necessary for a certain function it would be nice to have.
Platforms affected
Runner images affected
Image version and build link
https://github.com/twisted/twisted/actions/runs/11713225981/job/32625578908?pr=12357
Is it regression?
sort of? it regressed from macos 14
Expected behavior
I would expect to be able to test multicast sockets
Actual behavior
Multicast sockets give a "no route to host" error when sending
Repro steps
The text was updated successfully, but these errors were encountered: