From: Luca Boccassi Date: Tue, 5 Sep 2023 17:13:45 +0000 (+0100) Subject: dissect: add 'f2fs' to allow-listed filesystems X-Git-Tag: v255-rc1~577 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee6cf8eaf1770d9a32e6f80bb9d37b64c838e230;p=thirdparty%2Fsystemd.git 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 --- diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c index 8acf3c232b8..2d1952de798 100644 --- a/src/shared/dissect-image.c +++ b/src/shared/dissect-image.c @@ -99,6 +99,7 @@ int dissect_fstype_ok(const char *fstype) { "btrfs", "erofs", "ext4", + "f2fs", "squashfs", "vfat", "xfs");