basic: cramfs is also a read-only fs

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2021-11-16 12:31:57 +01:00
parent 5a87425c61
commit 30741d6cca

View File

@@ -411,6 +411,7 @@ bool fstype_is_ro(const char *fstype) {
/* All Linux file systems that are necessarily read-only */
return STR_IN_SET(fstype,
"DM_verity_hash",
"cramfs",
"erofs",
"iso9660",
"squashfs");