Files
containerd/docs
ChengyuZhu6 f3b6078f90 erofs-snapshotter: add fsverity support
Add fsverity support to erofs snapshotter to enable data integrity
verification for erofs layers:

- Add an config option `EnableFsverity` for erofs snapshotter
- Add fsverity verification during mount operations
- Enable fsverity on erofs layers during commit
- Add documentation for fsverity support in erofs snapshotter.
- Add TestErofsFsverity to verify fsverity enablement and data protection

The feature can be enabled via config.toml, such as:
```toml
[plugins.'io.containerd.snapshotter.v1.erofs']
    root_path = ''
    ovl_mount_options = []
    enable_fsverity = true
```

Signed-off-by: ChengyuZhu6 <hudson@cyzhu.com>
2025-02-25 10:33:26 +08:00
..
2024-08-16 03:09:50 +09:00
2023-12-09 13:09:39 -08:00
2018-12-20 10:01:51 +01:00
2025-02-17 16:50:15 +00:00
2022-04-05 16:41:54 +09:00
2024-11-28 12:13:07 +01:00