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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.