this post was submitted on 05 Dec 2024
27 points (100.0% liked)

Privacy

0 readers
1 users here now

Everything about privacy (the confidentiality pillar of security) -- but not restricted to infosec. Offline privacy is also relevant here.

founded 1 year ago
MODERATORS
 

Did you know that #Apple #macOS by default stores your local Spotlight searches and uses them to improve their service?

This option is NOT accessible from the obvious location of "Privacy and Security" but instead from "Spotlight". #privacy #telemetry #datacollection

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 weeks ago

Here's a way to check if the #Spotlight searches are being shared with #Apple from the command line:

defaults read com.apple.assistant.support "Search Queries Data Sharing Status"

The values are:

1 - Enabled (data is being shared)
2 - Disabled (data is not shared)

NOTE: I do not know if there are other possible values, or what happens if the key is missing.