Information
Apple provides a mechanism to send diagnostic and analytics data back to Apple to help them improve the platform. Information sent to Apple may contain internal organizational information that should be controlled and not available for processing by Apple. Turn off all Analytics and Improvements sharing.
Share Mac Analytics (Share with App Developers dependent on Mac Analytic sharing)
Includes diagnostics, usage and location data
Share iCloud Analytics
Includes iCloud data and usage information
Rationale:
Organizations should have knowledge of what is shared with the vendor and that this setting automatically forwards information to Apple.
Solution
Perform the following to disable diagnostic data being sent to Apple:
Graphical Method:
Open System Preferences
Select Security & Privacy
Select Privacy
Select Analytics & Improvements
Uncheck 'Share Mac Analytics'
Uncheck 'Share with App Developers'
Terminal Method:
$ sudo /usr/bin/defaults write /Library/Application Support/CrashReporter/DiagnosticMessagesHistory.plist AutoSubmit -bool false
$ sudo /bin/chmod 644 /Library/Application Support/CrashReporter/DiagnosticMessagesHistory.plist
$ sudo /usr/sbin/chgrp admin /Library/Application Support/CrashReporter/DiagnosticMessagesHistory.plist
Profile Method:
Create or edit a configuration profile with the PayloadType of com.apple.applicationaccess
Add the key allowDiagnosticSubmission
Set the key to <false/>