Can dm-verity will support authentication of Ubifs root file system in Linux

I want to authenticate my root file system which is in Ubifs file type mounted on NAND flash device.

Will dm-verity will support ubifs file system ?

In dm-verity-img.bb class file i have seen only below file systems mentioned.

DM_VERITY_IMAGE = "core-image-full-cmdline" # or other image
DM_VERITY_IMAGE_TYPE = "ext4" # or ext2, ext3 & btrfs
IMAGE_CLASSES += "dm-verity-img"

Leave a Comment