← Back to context

Comment by AlexandrB

5 days ago

I thought you had to give explicit permission for an app to monitor network traffic in macOS? I'm assuming your app asks for this, but it sounds like Notion does not if the GP was surprised by the monitoring.

My Notion install (macOS) asked to discover devices on my network. I'm assuming this permission is related to "monitoring network traffic".

You don't need to give any explicit permissions for the snapshot of current sockets.

  • Yeah, non-sandboxed apps can iterate over open file descriptors. It's quite useful to detect eg. which app on your local machine is connecting over TCP. I hope they don't lock it down. It doesn't allow intercepting traffic, but you can see what connects where.