summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@google.com>2021-08-16 02:38:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-16 02:38:45 +0000
commit0010196a0b4cdd15a691653d08692dd1a271e4f2 (patch)
tree4333ed61f7748e9b68e3aa08bdb1617cd6be55a0
parent7522cecc84cb24877f41c1d6d53d8d04c88d662f (diff)
parentfe778a055e63a67369d50782d8c5b0f53617b608 (diff)
downloadbonito-sepolicy-0010196a0b4cdd15a691653d08692dd1a271e4f2.tar.gz
Add the 'bdev_type' attribute to all block devices am: 5dc599ac34 am: fe778a055e
Original change: https://android-review.googlesource.com/c/device/google/bonito-sepolicy/+/1795248 Change-Id: I5edbe74365b450f895e3d8707c6edefef57764fe
-rw-r--r--vendor/qcom/common/device.te14
1 files changed, 7 insertions, 7 deletions
diff --git a/vendor/qcom/common/device.te b/vendor/qcom/common/device.te
index 11ec49bb..734a63b7 100644
--- a/vendor/qcom/common/device.te
+++ b/vendor/qcom/common/device.te
@@ -1,15 +1,15 @@
-type ab_block_device, dev_type;
+type ab_block_device, dev_type, bdev_type;
type at_device, dev_type;
type avtimer_device, dev_type;
type bt_device, dev_type;
-type devinfo_block_device, dev_type;
+type devinfo_block_device, dev_type, bdev_type;
type diag_device, dev_type, mlstrustedobject;
type dsp_device, dev_type;
type easel_device, dev_type, mlstrustedobject;
-type gpt_block_device, dev_type;
+type gpt_block_device, dev_type, bdev_type;
type ipa_dev, dev_type;
-type modem_block_device, dev_type;
-type persist_block_device, dev_type;
+type modem_block_device, dev_type, bdev_type;
+type persist_block_device, dev_type, bdev_type;
type qce_device, dev_type;
type qsee_ipc_irq_spss_device, dev_type;
type qdsp_device, dev_type, mlstrustedobject;
@@ -19,10 +19,10 @@ type seemplog_device, dev_type;
type sg_device, dev_type;
type smd_device, dev_type;
type spcom_device, dev_type;
-type ssd_block_device, dev_type;
+type ssd_block_device, dev_type, bdev_type;
type ssr_device, dev_type;
type wlan_device, dev_type;
-type xbl_block_device, dev_type;
+type xbl_block_device, dev_type, bdev_type;
# TODO: Replace KM3 with KM4 (b/112339903)
type rpmb_device, dev_type;