mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
basic/mountpoint-util: detect erofs as a read-only FS
This commit is contained in:
committed by
Lennart Poettering
parent
d7654742ee
commit
fac2c3e97d
@@ -413,6 +413,7 @@ bool fstype_is_ro(const char *fstype) {
|
||||
return STR_IN_SET(fstype,
|
||||
"DM_verity_hash",
|
||||
"iso9660",
|
||||
"erofs",
|
||||
"squashfs");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user