projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd4aae2
)
Add exfat to whitelist (#573)
author
Kangjing "Chaser" Huang
<huangkangjing@gmail.com>
Sat, 19 Dec 2020 10:43:19 +0000
(
05:43
-0500)
committer
GitHub
<noreply@github.com>
Sat, 19 Dec 2020 10:43:19 +0000
(10:43 +0000)
util/fusermount.c
patch
|
blob
|
history
diff --git
a/util/fusermount.c
b/util/fusermount.c
index e738dbd1946c97c62e88b61c564c8865ad317c29..953d4cadbc2656c5e6ff0cf3be6319e2eb1bb4eb 100644
(file)
--- a/
util/fusermount.c
+++ b/
util/fusermount.c
@@
-1021,6
+1021,7
@@
static int check_perm(const char **mntp, struct stat *stbuf, int *mountpoint_fd)
0x00C36400 /* CEPH_SUPER_MAGIC */,
0xFF534D42 /* CIFS_MAGIC_NUMBER */,
0x0000F15F /* ECRYPTFS_SUPER_MAGIC */,
+ 0X2011BAB0 /* EXFAT_SUPER_MAGIC */,
0x0000EF53 /* EXT[234]_SUPER_MAGIC */,
0xF2F52010 /* F2FS_SUPER_MAGIC */,
0x65735546 /* FUSE_SUPER_MAGIC */,