upvote
Is it possible to block Apple Intelligence from sending data over the Internet via Little Snitch?

Short answer: Maybe, but I've never tried it.

Little Snitch is aware of various system-level network connections, but I don't know if they're granular enough to block the AI only.

reply
Apple OS will bypass any user space firewall.

You can verify this yourself. Get an old laptop to act as a wifi hotspot and forward traffic over usb ethernet adapter to your actual router. Then run tcpdump on the computer. You will see the multitude of phone-home traffic.

reply
Is there evidence of this anywhere on the internet? I couldn't find anything with ten minutes of searching, and I don't use little snitch, and I'm not going to put the effort in to remediate this just to figure out if this comment has weight.
reply
Probably referring to https://www.obdev.at/blog/a-hole-in-the-wall - as of 2020

> As it turned out, this behavior is on purpose. There’s an explicit whitelist that allows certain macOS services to bypass any third party firewalls and to communicate on the Internet without being even noticed by the user. A hole in the wall.

Was remediated later, but shows there is precedent.

reply
Non-macOS user here. Does macOS not let you run things as root?
reply
It does let you run things as root.
reply
Not exactly.

What is "root" in macOS is more or less a power user role. Apple took away the true ability to operate as root a long time ago with System Integrity Protection which walls off the critical parts of the OS from the user entirely.

Unfortunately, SIP also restricts basic system functions that are trivial in other OSes. Apple made this very difficult, and MS would have loved to do this in Vista had they not received the backlash that they did.

reply
You can disable SIP if you want. You can run whatever you want on your machine. Disabling SIP is indeed a security risk… then again, so is running something as root. Having a Mac w/o SIP is no more a security risk than having a Linux w/o a r/o kernel AFAIK.
reply
deleted
reply
Well, I block all connections to iCloud for every app (user and system) completely with Little Snitch, and the fact that it does indeed break some little features I can absolutely live without, indicates that it has at least some effect.

But still, I fully share the sentiment that creators of an OS are perfectly capable of bypassing whatever there is running on top of it.

reply