summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@google.com>2021-08-16 03:27:04 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-16 03:27:04 +0000
commitbbbdf68afdfd3da27dfb097fd3442af23f4ac71c (patch)
tree496f9ff7c7338769ccea3bd797de2d621e671026 /vendor
parent95eb5186a7365bf5ed4b8fb4d3ed8437739b1b1b (diff)
parenta8a83e699ba037404511e668418f68dd61200efa (diff)
downloadsunfish-sepolicy-bbbdf68afdfd3da27dfb097fd3442af23f4ac71c.tar.gz
Add the 'bdev_type' attribute to all block devices am: aace321463 am: 5dc34673d9 am: 6aa1d59746 am: 7aeb1c3a84 am: a8a83e699b
Original change: https://android-review.googlesource.com/c/device/google/sunfish-sepolicy/+/1795042 Change-Id: Id92c22fb286a307523f09409f059d7d4d498a8d9
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;