summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@google.com>2021-08-18 01:11:23 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-18 01:11:23 +0000
commit28b6985ec3f8d4a422543bfb68ae0629310f7823 (patch)
tree14af64d35730ca2c1586b495556bb0a3de9f51a5
parente1b5fc841ac8949801b8bfabec6fb92ce6214a58 (diff)
parent049896ba85464f28cb4cf9aac5704765a1666e83 (diff)
downloadcrosshatch-sepolicy-28b6985ec3f8d4a422543bfb68ae0629310f7823.tar.gz
Associate the sysfs_block_type attribute with sysfs SCSI device information am: 9d762a5e61 am: 049896ba85
Original change: https://android-review.googlesource.com/c/device/google/crosshatch-sepolicy/+/1799308 Change-Id: Ic5f6eb6accf63cb3f62e54c462436f67b80e82ed
-rw-r--r--vendor/qcom/common/file.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/qcom/common/file.te b/vendor/qcom/common/file.te
index 14f4da8..13d6008 100644
--- a/vendor/qcom/common/file.te
+++ b/vendor/qcom/common/file.te
@@ -13,7 +13,7 @@ type sysfs_msm_wlan, sysfs_type, fs_type;
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_system_sleep_stats, sysfs_type, fs_type;
type sysfs_timestamp_switch, sysfs_type, fs_type;