Skip to content

Commit e36f5c8

Browse files
tunaichaohudeng-go
authored andcommitted
fix: Add ulnfs to mountpoint file system whitelist.
1 parent 0580a63 commit e36f5c8

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
fuse3 (3.18.1-1deepin1) unstable; urgency=medium
2+
3+
* Add ulnfs to mountpoint file system whitelist.
4+
5+
-- tunaichao <tunaichao@uniontech.com> Fri, 13 Mar 2026 09:58:00 +0800
6+
17
fuse3 (3.18.1-1) unstable; urgency=medium
28

39
* New upstream release.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
From 05ba6b46a4b43b721a8bba6a931e4e7758338dd7 Mon Sep 17 00:00:00 2001
2+
From: wangrong <wangrong@uniontech.com>
3+
Date: Tue, 30 Dec 2025 15:49:57 +0800
4+
Subject: [PATCH] feat: Add ulnfs to mountpoint file system whitelist
5+
6+
Index: fuse3/util/fusermount.c
7+
===================================================================
8+
--- fuse3.orig/util/fusermount.c
9+
+++ fuse3/util/fusermount.c
10+
@@ -1223,6 +1223,7 @@ static int check_perm(const char **mntp,
11+
#if __SIZEOF_LONG__ > 4
12+
0x736675005346544e /* UFSD */,
13+
#endif
14+
+ 0x00005C0F /* ULNFS */,
15+
0x58465342 /* XFS_SB_MAGIC */,
16+
0x2FC12FC1 /* ZFS_SUPER_MAGIC */,
17+
0x858458f6 /* RAMFS_MAGIC */,

debian/patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat-Add-ulnfs-to-mountpoint-file-system-whitelist.patch

0 commit comments

Comments
 (0)