Commit 8c6064b
docs: say which filesystem detects a modified block (#1153)
The LUKS2 volume carries no authentication tag, so detecting a modified
block is left to the filesystem. ZFS checksums every block and fails the
read. ext4 checksums metadata but not file data, so the modified block
reaches the application.
The security model said ext4 "may forgo strong integrity protection",
which describes our uncertainty rather than the system's behavior. The
storage_fs row described ZFS as having "built-in data protection
features", which says nothing a reader can act on.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent a3aac09 commit 8c6064b
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments