recovery: Allow recovery to read all types of supported filesystems

Change-Id: Iec9732b7c3b52da7cae0406deabac3e012fb4b55
diff --git a/common/private/recovery.te b/common/private/recovery.te
index 87abf8d..7bcc616 100644
--- a/common/private/recovery.te
+++ b/common/private/recovery.te
@@ -18,7 +18,7 @@
 allow recovery tmpfs:lnk_file create_file_perms;
 
 # Volume manager
-r_dir_file(recovery, exfat)
+r_dir_file(recovery, sdcard_type)
 allow recovery sysfs_perdev_minors:file r_file_perms;
 allowxperm recovery block_device:blk_file ioctl { HDIO_GETGEO BLKGETSIZE };