diff options
author | jnr0006 <jacob.nick.riley@gmail.com> | 2025-03-12 16:21:44 -0500 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-03-14 12:56:46 +0100 |
commit | 226f0bfa1c813fd2df579719402db031c2cd0e46 (patch) | |
tree | ec2c2e0fb71a0cf7f78920ca0648f0673a1cbbe4 /util | |
parent | 239b40db654823a64b1f4a0098525bcceea30bc7 (diff) | |
download | libfuse-226f0bfa1c813fd2df579719402db031c2cd0e46.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>
(cherry picked from commit 3a291c355f3a4966ff3ebb6841b31da0d3010f52)
Diffstat (limited to 'util')
-rw-r--r-- | util/fusermount.c | 1 |
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 */, |