aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnr0006 <jacob.nick.riley@gmail.com>2025-03-12 16:21:44 -0500
committerBernd Schubert <bernd@bsbernd.com>2025-03-13 20:06:12 +0100
commit3a291c355f3a4966ff3ebb6841b31da0d3010f52 (patch)
treeb7cc466025436d54bf38ff75fd75817ec72f02a4
parent431d69a789932d0cc612d541d1e8e3c084df950f (diff)
downloadlibfuse-3a291c355f3a4966ff3ebb6841b31da0d3010f52.tar.gz
Add PanFS to whitelist
Added PanFSto whitelist. This should allow us to mount gocryptfs onto the parallel filesystem. Signed-off-by: Jacob Riley <jnr0006@uah.edu>
-rw-r--r--util/fusermount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/fusermount.c b/util/fusermount.c
index 683c549..acbff61 100644
--- a/util/fusermount.c
+++ b/util/fusermount.c
@@ -1136,6 +1136,7 @@ static int check_perm(const char **mntp, struct stat *stbuf, int *mountpoint_fd)
0x7366746E /* NTFS3_SUPER_MAGIC */,
0x5346414f /* OPENAFS_SUPER_MAGIC */,
0x794C7630 /* OVERLAYFS_SUPER_MAGIC */,
+ 0xAAD7AAEA /* PANFS_SUPER_MAGIC */,
0x52654973 /* REISERFS_SUPER_MAGIC */,
0xFE534D42 /* SMB2_SUPER_MAGIC */,
0x73717368 /* SQUASHFS_MAGIC */,