summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@google.com>2021-08-18 00:56:05 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-18 00:56:05 +0000
commit049896ba85464f28cb4cf9aac5704765a1666e83 (patch)
tree14af64d35730ca2c1586b495556bb0a3de9f51a5
parent89e192b7a451e616a3c7a11aea077c92f224f01a (diff)
parent9d762a5e619a153d2994107482ba6cc91f2efb04 (diff)
downloadcrosshatch-sepolicy-049896ba85464f28cb4cf9aac5704765a1666e83.tar.gz
Associate the sysfs_block_type attribute with sysfs SCSI device information am: 9d762a5e61
Original change: https://android-review.googlesource.com/c/device/google/crosshatch-sepolicy/+/1799308 Change-Id: I78b06e2a636300eb736a41c130b0b4fe554a45a8
-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;