Android Verified boot 2.0

  • It is a mechanism to check the integrity of the software running on a device.
  • It basically checks nothing that is critical is altered.
  • AVB prevents modification of critical partitions such as system, vendor etc.
  • AVB also implements rollback protection to avoid rolling back to a version with possible exploits.

dm-verity

TODO