From 55820e91c0ac20cc100af1d152b4d650edf1f213 Mon Sep 17 00:00:00 2001 From: Purpleseaotter Date: Wed, 17 Dec 2025 10:32:41 +0100 Subject: [PATCH] Update content/posts/linux/Setting up DM-Integrity/index.md Co-authored-by: Ganwtrs Signed-off-by: Purpleseaotter --- content/posts/linux/Setting up DM-Integrity/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/linux/Setting up DM-Integrity/index.md b/content/posts/linux/Setting up DM-Integrity/index.md index 0655f3f..27a44c3 100644 --- a/content/posts/linux/Setting up DM-Integrity/index.md +++ b/content/posts/linux/Setting up DM-Integrity/index.md @@ -9,7 +9,7 @@ author: Purpleseaotter --- -DM-Integrity is a Linux kernel device-mapper target that provides block-level data integrity checking. To detect unauthorized changes or corruption on a block device. Unlike encryption, dm-integrity ensures data hasn’t been tampered with. When paired with LUKS, which uses dm-crypt for encryption, it can enhance security by adding authenticated encryption combining confidentiality and integrity. +DM-Integrity is a Linux kernel device-mapper target that provides block-level data integrity checking. This is to detect unauthorized changes or corruption on a block device. Unlike encryption, dm-integrity ensures data hasn’t been tampered with. When paired with LUKS, which uses dm-crypt for encryption, it can enhance security by adding authenticated encryption to combine confidentiality and integrity. ### Limitations