Remove the sysfs_block_type SELinux attribute

Bug: 202520796
Test: Untested.
Change-Id: I2c414de3bfa7699d8b7d3dbfed114123e4fccbd7
Signed-off-by: Bart Van Assche <bvanassche@google.com>
diff --git a/sepolicy/common/file.te b/sepolicy/common/file.te
index 5311c2f..6df2ef4 100644
--- a/sepolicy/common/file.te
+++ b/sepolicy/common/file.te
@@ -1,6 +1,6 @@
 type sysfs_iio_devices, fs_type, sysfs_type;
 type sysfs_writable, fs_type, sysfs_type, mlstrustedobject;
-type sysfs_virtio_block, sysfs_type, fs_type, sysfs_block_type;
+type sysfs_virtio_block, sysfs_type, fs_type;
 type varrun_file, file_type, data_file_type, mlstrustedobject;
 type mediadrm_vendor_data_file, file_type, data_file_type;
 type nsfs, fs_type;