Whitelist UFSD (backport to 2.9 branch) (#452)

This commit is contained in:
tenzap 2019-09-15 17:57:08 +02:00 committed by Nikolaus Rath
parent d046879231
commit 6d55007027
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Unreleased Changes
==================
* Added UFSD to whitelist (so users can now mount FUSE filesystems
on mountpoints within UFSD filesystems).
FUSE 2.9.9 (2019-01-04)
=======================

View File

@ -1049,6 +1049,7 @@ static int check_perm(const char **mntp, struct stat *stbuf, int *mountpoint_fd)
0x73717368 /* SQUASHFS_MAGIC */,
0x01021994 /* TMPFS_MAGIC */,
0x24051905 /* UBIFS_SUPER_MAGIC */,
0x736675005346544e /* UFSD */,
0x58465342 /* XFS_SB_MAGIC */,
0x2FC12FC1 /* ZFS_SUPER_MAGIC */,
};