Add exfat to whitelist (#573)

This commit is contained in:
Kangjing "Chaser" Huang 2020-12-19 05:43:19 -05:00 committed by GitHub
parent cd4aae2de6
commit 9bfbeb576c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */,