dissect: add 'f2fs' to allow-listed filesystems

f2fs is actively maintained upstream, and popular in certain device
categories (phones, embedded), so allow-list by default.

Fixes https://github.com/systemd/systemd/issues/29026
This commit is contained in:
Luca Boccassi
2023-09-05 18:13:45 +01:00
committed by Luca Boccassi
parent 3894b3f0c2
commit ee6cf8eaf1

View File

@@ -99,6 +99,7 @@ int dissect_fstype_ok(const char *fstype) {
"btrfs",
"erofs",
"ext4",
"f2fs",
"squashfs",
"vfat",
"xfs");