The Unified Extensible Firmware Interface (UEFI) Secure Boot feature is supported from RHEL 7 and CentOS 7 of XDR Sensor on Linux. When Secure Boot is enabled, the Linux kernel performs a signature check on kernel modules before they are installed.
If you intend to use XDR Sensor on Linux where Secure Boot is enabled, you must enroll the Trend Micro public key into the Linux computer's firmware so that it recognizes the Trend Micro kernel module's signature. Otherwise, the Sensor features can't be enabled.
This article will guide users on how to enroll the Trend Micro public key.
Users should follow the steps below to enroll the Trend Micro public key:
- Enable XDR capability for the endpoint from Trend Micro Vision One Endpoint Inventory. After enabled, the Trend Micro public key is in /opt/TrendMicro/vls_agent/DS20.der.
- Install the Machine Owner Key (MOK) facility, if it isn't already installed. Use the following command:
yum install mokutil - Add the public key, DS20.der, to the MOK list:
mokutil --import DS20.derFor details about manually adding the public key to the MOK list, see your Linux documentation. - When prompted, enter a password that you will use later in this procedure.
- Reboot the system.
- After the computer restarts, the Shim UEFI key management console opens.
- Press any key to get started.
- On the Perform MOK management screen, select Enroll MOK.
- On the Enroll MOK screen, select View key 0.
- On the Enroll the key(s)? screen, select Yes and then enter the password you set in step 4, above.
- On the The system must now be rebooted screen, select OK to confirm your changes and reboot.
- Use the mokutil utility to check if the key successfully enrolled or not. Use the command below:
mokutil --test-key /opt/ds_agent/DS20.der - Use the keyctl utility to check that the key is on the system key ring. If the keyctl utility is not already installed, use this command to install it:
yum install keyutils - Check the keys that are on the system key ring by using this command:
keyctl list %:.system_keyring