Other Articles

Servers – Enable dm-verity

Support > Fixing Checks > Server

02 March, 2026

This check ensures that device-mapper-verity (dm-verity) is enabled in the system kernel. The dm-verity feature provides transparent integrity verification of block devices using cryptographic hashes. When enabled, the kernel verifies filesystem data during disk access and detects any unauthorized modification to the system image.

Check Details

  • Resource: Server
  • Check: Enable dm-verity
  • Risk: If dm-verity is not enabled, attackers may attempt to modify the root filesystem and maintain persistent access to the system. dm-verity protects the integrity of the operating system by detecting unauthorized changes to disk data.

Remediation Steps

  1. Ensure that the system is running a Container-Optimized OS image that includes a kernel with dm-verity enabled.
  2. If dm-verity is not enabled, update the system to a newer Container-Optimized OS image where the kernel is compiled with dm-verity support.

Note: dm-verity is a kernel-level integrity feature. It cannot be enabled through runtime configuration and requires an OS image with dm-verity enabled in the kernel configuration.