In both the Symantec Endpoint Protection Manager (SEPM) console and the Symantec Endpoint Protection (SEP) for Mac client interface (12.1.4 or later), you have the option in the user interface to disable the submission of virus and spyware detection data. There is no comparable interface setting for disabling IPS submissions, but you can disable IPS submissions by running a command on a client computer.
To disable IPS data submission
sudo touch "/Library/Application Support/Symantec/Submissions/Disabled" sudo chown root:admin "/Library/Application Support/Symantec/Submissions/Disabled"
sudo launchctl unload "/Library/LaunchDaemons/com.symantec.symdaemon.*plist" sudo launchctl load "/Library/LaunchDaemons/com.symantec.symdaemon.*plist" # the asterisk in daemon pathnames will accommodate suffix variations - SEP 12.1.x uses .plist and SEP 14.0 uses .NFM.plist
To re-enable IPS data submission, delete the Disabled file with the following command in Terminal, and then perform step 3 again from the previous procedure.
sudo rm "/Library/Application Support/Symantec/Submissions/Disabled"