Commit 9959d22
Abhiprd
fix: made the auto-verify BLAKE3 provenance on every FAT32 read more stronger. previous version just read that and didn't made provenance.
Previously read_file() returned data without verification.This was a severe bug. I finally made every read to recompute BLAKE3 hash and compare against
stored hash in directory entry. Tampered files return None
and print kernel-level block message.
This makes the per-read provenance stronger
for VFS and FAT32 filesystems.1 parent 509523c commit 9959d22
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
168 | 177 | | |
169 | 178 | | |
170 | 179 | | |
| |||
0 commit comments