mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
basic: cramfs is also a read-only fs
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user