DmVerityMode

The dm-verity mode during Android OS startup.

Enums
DM_VERITY_MODE_UNSPECIFIED Unknown value.
ENFORCING Indicates that the device will be restarted when corruption is detected.
IO_ERROR Indicates that an I/O error will be returned for an attempt to read corrupted data blocks (also known as eio boot state).
DISABLED Indicates that dm-verity is disabled on device.