Skip to content

Commit f38b883

Browse files
blucakeszybz
authored andcommitted
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)
1 parent 3126a5a commit f38b883

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
@@ -99,6 +99,7 @@ int dissect_fstype_ok(const char *fstype) {
9999
"btrfs",
100100
"erofs",
101101
"ext4",
102+
"f2fs",
102103
"squashfs",
103104
"vfat",
104105
"xfs");

0 commit comments

Comments
 (0)