Associate the sysfs_block_type attribute with sysfs SCSI device information am: 147a400bb1 am: d0e91488a4

Original change: https://android-review.googlesource.com/c/device/google/bonito-sepolicy/+/1798374

Change-Id: I07195bf06e8f24311e338a0cc66532e797f2f34f
diff --git a/vendor/qcom/common/file.te b/vendor/qcom/common/file.te
index 5ca58ba..e4435d1 100644
--- a/vendor/qcom/common/file.te
+++ b/vendor/qcom/common/file.te
@@ -13,7 +13,7 @@
 type sysfs_poweroff, sysfs_type, fs_type;
 type sysfs_rmtfs, sysfs_type, fs_type;
 type sysfs_soc, sysfs_type, fs_type;
-type sysfs_scsi_devices_0000, sysfs_type, fs_type;
+type sysfs_scsi_devices_0000, sysfs_type, fs_type, sysfs_block_type;
 type sysfs_scsi_devices_other, sysfs_type, fs_type;
 type sysfs_mmc, sysfs_type, fs_type;
 type sysfs_system_sleep_stats, sysfs_type, fs_type;