mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
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:
committed by
Luca Boccassi
parent
3894b3f0c2
commit
ee6cf8eaf1
@@ -99,6 +99,7 @@ int dissect_fstype_ok(const char *fstype) {
|
||||
"btrfs",
|
||||
"erofs",
|
||||
"ext4",
|
||||
"f2fs",
|
||||
"squashfs",
|
||||
"vfat",
|
||||
"xfs");
|
||||
|
||||
Reference in New Issue
Block a user