]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dissect: add 'f2fs' to allow-listed filesystems
authorLuca Boccassi <bluca@debian.org>
Tue, 5 Sep 2023 17:13:45 +0000 (18:13 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 5 Sep 2023 20:38:29 +0000 (21:38 +0100)
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

src/shared/dissect-image.c

index 8acf3c232b857761f7230882cebbf6ec5c6212f8..2d1952de798876ce08950ade6379a71bcd4251e0 100644 (file)
@@ -99,6 +99,7 @@ int dissect_fstype_ok(const char *fstype) {
                                "btrfs",
                                "erofs",
                                "ext4",
+                               "f2fs",
                                "squashfs",
                                "vfat",
                                "xfs");