summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@google.com>2021-08-18 01:27:01 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-18 01:27:01 +0000
commit6c531524eb3b9a98fbf745ff8cb7361d9a6a2c2d (patch)
tree14af64d35730ca2c1586b495556bb0a3de9f51a5
parent367f8c6e8bedc9bf87d708220b9912ac5e7aefc8 (diff)
parent28b6985ec3f8d4a422543bfb68ae0629310f7823 (diff)
downloadcrosshatch-sepolicy-6c531524eb3b9a98fbf745ff8cb7361d9a6a2c2d.tar.gz
Associate the sysfs_block_type attribute with sysfs SCSI device information am: 9d762a5e61 am: 049896ba85 am: 28b6985ec3
Original change: https://android-review.googlesource.com/c/device/google/crosshatch-sepolicy/+/1799308 Change-Id: Iae459f774372e42c950502082ce7fd5d6a59dc11
-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;