Files
containerd/plugins
Gao Xiang 7bf5b92e6e Add Readonly setup to EROFS mount loop handler
See __fsverity_file_open():

``` c
int __fsverity_file_open(struct inode *inode, struct file *filp)
{
	if (filp->f_mode & FMODE_WRITE)
		return -EPERM;
	return ensure_verity_info(inode);
}
```

Fixes: 5b9d871fea ("Add EROFS mount handler plugin")
Closes: https://github.com/containerd/containerd/issues/12451
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
2025-11-02 08:35:52 +08:00
..
2025-10-13 19:33:44 -07:00
2024-02-27 22:09:20 -08:00
2025-09-01 10:48:38 +08:00
2024-01-17 09:55:12 -08:00
2024-12-23 23:14:49 -07:00
2025-10-24 17:54:26 +00:00
2025-10-24 17:54:26 +00:00
2025-09-18 17:08:43 -07:00