Topics on this page
FIPS support for macOS for Trend Cloud One Govcloud
Components version required
The following components, are required for running FIPS in macOS:
Version | |
---|---|
Cloud One for Mac | 20.0.236+ |
Core Controller(iCore) | 3.3.1013 |
Smart Scan Handler (iCRC) | 2.83.1076 |
URL Filtering Engine (TMUFE) | 5.0.1048 |
Activate Update Module (iAU) | 6.92.1065 |
Enabling/disabling FIPS mode for a macOS agent
You need to enable FIPS for a macOS agent:
-
Open the Terminal, switch to root, and enter the following command:
sudo su
-
Change the current directory to the agent installation folder, for example:
cd "/Library/Application Support/com.trendmicro.DSAgent"
-
Enter one of the following commands:
-
To enable agent FIPS mode, enter:
./dsa_control --fips 1
-
To disable agent FIPS mode, enter:
./dsa_control --fips 0
-