From 930fed5559cd55b59b1a5c68c854488e21425214 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Tue, 14 Jan 2025 22:09:11 +0100 Subject: [PATCH] Add fuse.portal to list of pseudo file systems Fixes output of findmnt --real (opensuse#1234736). Reported-by: Stephan Wefing Co-authored-by: Anthony Iliopoulos Signed-off-by: Stanislav Brabec --- libmount/src/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libmount/src/utils.c b/libmount/src/utils.c index 0601def97..a25be75a6 100644 --- a/libmount/src/utils.c +++ b/libmount/src/utils.c @@ -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", -- 2.47.3