Skip to content

Commit f3406de

Browse files
committed
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 systemd/systemd#29026 (cherry picked from commit ee6cf8e) (cherry picked from commit f38b883)
1 parent 98584e8 commit f3406de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/dissect-image.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ int dissect_fstype_ok(const char *fstype) {
9898
"btrfs",
9999
"erofs",
100100
"ext4",
101+
"f2fs",
101102
"squashfs",
102103
"vfat",
103104
"xfs");

0 commit comments

Comments
 (0)