summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@google.com>2021-08-16 03:05:56 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-16 03:05:56 +0000
commita8a83e699ba037404511e668418f68dd61200efa (patch)
tree18e85ab41728cda3b61dc92b4cdbeabaa880dd09 /vendor
parent5597fc1b88a2659aec307df82c11c44c8fd2f908 (diff)
parent7aeb1c3a8457fc35b4630d7bd5074f370860596c (diff)
downloadsunfish-sepolicy-a8a83e699ba037404511e668418f68dd61200efa.tar.gz
Add the 'bdev_type' attribute to all block devices am: aace321463 am: 5dc34673d9 am: 6aa1d59746 am: 7aeb1c3a84
Original change: https://android-review.googlesource.com/c/device/google/sunfish-sepolicy/+/1795042 Change-Id: I9ea3c266579e2c9d3888b7500235bf2ca8e57b80
Diffstat (limited to 'vendor')
-rw-r--r--vendor/google/device.te2
-rw-r--r--vendor/qcom/common/device.te18
2 files changed, 10 insertions, 10 deletions
diff --git a/vendor/google/device.te b/vendor/google/device.te
index db58020..380f10a 100644
--- a/vendor/google/device.te
+++ b/vendor/google/device.te
@@ -3,6 +3,6 @@ type ipu_device, dev_type, mlstrustedobject;
type ramoops_device, dev_type;
type maxfg_device, dev_type;
type pwrstats_device, dev_type;
-type dp_block_device, dev_type;
+type dp_block_device, dev_type, bdev_type;
type qg_device, dev_type;
type battery_history_device, dev_type;
diff --git a/vendor/qcom/common/device.te b/vendor/qcom/common/device.te
index 211d3d4..04fe462 100644
--- a/vendor/qcom/common/device.te
+++ b/vendor/qcom/common/device.te
@@ -19,7 +19,7 @@ type rpmb_device, dev_type;
type sg_device, dev_type;
type dip_device, dev_type;
type sd_device, dev_type;
-type ssd_block_device, dev_type;
+type ssd_block_device, dev_type, bdev_type;
type esoc_device, dev_type;
type ssr_device, dev_type;
type ramdump_device, dev_type;
@@ -50,12 +50,12 @@ type avtimer_device, dev_type;
type at_device, dev_type;
type bt_device, dev_type;
type wlan_device, dev_type;
-type rawdump_block_device, dev_type;
-type custom_ab_block_device, dev_type;
-type xbl_block_device, dev_type;
-type gpt_block_device, dev_type;
-type modem_block_device, dev_type;
-type uefi_block_device, dev_type;
-type persist_block_device, dev_type;
+type rawdump_block_device, dev_type, bdev_type;
+type custom_ab_block_device, dev_type, bdev_type;
+type xbl_block_device, dev_type, bdev_type;
+type gpt_block_device, dev_type, bdev_type;
+type modem_block_device, dev_type, bdev_type;
+type uefi_block_device, dev_type, bdev_type;
+type persist_block_device, dev_type, bdev_type;
type npu_device, dev_type;
-type devinfo_block_device, dev_type;
+type devinfo_block_device, dev_type, bdev_type;