Add FAT to mountpoint file system whitelist
authorBenjamin Barenblat <bbaren@google.com>
Fri, 3 Aug 2018 15:22:37 +0000 (11:22 -0400)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 5 Aug 2018 09:33:27 +0000 (10:33 +0100)
util/fusermount.c

index 8dce92f6580d95c38be170a5d182a1f93909589a..45b54e3a3b070758f84c6881fca86a1fa0f0454d 100644 (file)
@@ -1014,6 +1014,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 */,