Applies to the following Sophos products and versions
Sophos Cloud Endpoint.
Disable Tamper Protection with Terminal
You can disable tamper protection by following the below steps:
- Open Terminal
- Type
sudo defaults write /Library/Preferences/com.sophos.sav TamperProtectionEnabled -bool false - Enter the administrator password
Disable Tamper Protection with Xcode
To disable Tamper Protection go to .library/preferences /com.sophos.sav. If you have a Xcode application open this file and set the Boolean value to "NO".
Disable Tamper Protection with TextEdit
- If Xcode is not installed on the system, open the file via TextEdit. Make a copy of the original file before editing.
- There will be a key line
<key>TamperProtectionEnabled<key><True/>change to False. - Once the
com.sophos.sav.plistfile is edited, terminate the process via Activity Monitor.
NOTE: If overwriting the file, make sure you save it as .plist
Removal with Terminal - v9.2+ installation managed by Sophos Cloud
- Open Terminal and run the following command to change to the correct directory:
cd /Library/Application\ Support/Sophos/saas/Installer.app/Contents/MacOS/tools/ - Run the following command:
sudo ./InstallationDeployer --remove
Removal with Terminal - v9.2+ standalone installation
- Open Terminal and run the following command to change to the correct directory:
cd /Library/Application\ Support/Sophos/opm-sa/Installer.app/Contents/MacOS/tools/ - Run the following command:
sudo ./InstallationDeployer --remove
0 Commentaires