]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Add fuse.portal to list of pseudo file systems
authorStanislav Brabec <sbrabec@suse.cz>
Tue, 14 Jan 2025 21:09:11 +0000 (22:09 +0100)
committerStanislav Brabec <sbrabec@suse.cz>
Tue, 14 Jan 2025 21:34:56 +0000 (22:34 +0100)
Fixes output of findmnt --real (opensuse#1234736).

Reported-by: Stephan Wefing <wefing@gmx.de>
Co-authored-by: Anthony Iliopoulos <ailiopoulos@suse.com>
Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
libmount/src/utils.c

index 0601def97c2c9819788f785d9817e5550fa8a395..a25be75a6c20d2f225bff2094344558c6dbd9b97 100644 (file)
@@ -396,6 +396,7 @@ int mnt_fstype_is_pseudofs(const char *type)
                "fuse.gvfs-fuse-daemon", /* Old name, not used by gvfs any more. */
                "fuse.gvfsd-fuse",
                "fuse.lxcfs",
+               "fuse.portal",
                "fuse.rofiles-fuse",
                "fuse.vmware-vmblock",
                "fuse.xwmfs",