summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2024-02-22 09:21:52 +0800
committerArmin Kuster <akuster808@gmail.com>2024-03-27 12:36:58 -0400
commitf9f0aa774b19c293dd97a09570638c717976a568 (patch)
treeee47dc69d99dfb69bfda1b990c18a773eb7b68db
parent4eab875b339a128049061fa34b60f0f2167bd0ca (diff)
downloadmeta-security-f9f0aa774b19c293dd97a09570638c717976a568.tar.gz
docs: dm-verity.txt: Fix a typo
Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--docs/dm-verity.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dm-verity.txt b/docs/dm-verity.txt
index c2dce73..a538fa2 100644
--- a/docs/dm-verity.txt
+++ b/docs/dm-verity.txt
@@ -3,7 +3,7 @@ dm-verity and Yocto/OE
3The dm-verity feature provides a level of data integrity and resistance to 3The dm-verity feature provides a level of data integrity and resistance to
4data tampering. It does this by creating a hash for each data block of 4data tampering. It does this by creating a hash for each data block of
5the underlying device as the base of a hash tree. There are many 5the underlying device as the base of a hash tree. There are many
6documents out there to further explain the implementaion, such as the 6documents out there to further explain the implementation, such as the
7in-kernel one itself: 7in-kernel one itself:
8 8
9https://docs.kernel.org/admin-guide/device-mapper/verity.html 9https://docs.kernel.org/admin-guide/device-mapper/verity.html