mirror of https://gitee.com/openkylin/fuse.git
[PATCH] Add FAT to mountpoint file system whitelist
Gbp-Pq: Name 0008-Add_FAT_to_mountpoint_file_system_whitelist.patch
This commit is contained in:
parent
bcc7a39590
commit
7f3e3aab3d
|
@ -1033,6 +1033,7 @@ static int check_perm(const char **mntp, struct stat *stbuf, int *mountpoint_fd)
|
|||
0x9123683E /* BTRFS_SUPER_MAGIC */,
|
||||
0x00C36400 /* CEPH_SUPER_MAGIC */,
|
||||
0xFF534D42 /* CIFS_MAGIC_NUMBER */,
|
||||
0X00004D44 /* MSDOS_SUPER_MAGIC */,
|
||||
0x0000F15F /* ECRYPTFS_SUPER_MAGIC */,
|
||||
0x0000EF53 /* EXT[234]_SUPER_MAGIC */,
|
||||
0xF2F52010 /* F2FS_SUPER_MAGIC */,
|
||||
|
|
Loading…
Reference in New Issue