Table of contents

FIPS support for macOS for Trend Cloud One Govcloud

Components version required

The following components, are required for running FIPS in macOS:

Component
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:

  1. Open the Terminal, switch to root, and enter the following command: sudo su

  2. Change the current directory to the agent installation folder, for example: cd "/Library/Application Support/com.trendmicro.DSAgent"

  3. 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