summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@google.com>2021-08-27 03:07:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-27 03:07:33 +0000
commitef779ff5494501b8b3dfd1f9246048bd87e7b608 (patch)
tree3d96a8ace69eea6705c21e95204399d23fbcc43c
parentcb9d149b79aa0ca0687b1739ce351048cce1060b (diff)
parent49d8dee9acf98b23e24d9ac706894e5858dbec2e (diff)
downloadbonito-sepolicy-ef779ff5494501b8b3dfd1f9246048bd87e7b608.tar.gz
Add the bdev_type attribute to the rpmb_device type am: e5588073f5 am: 77058f6220 am: 49d8dee9ac
Original change: https://android-review.googlesource.com/c/device/google/bonito-sepolicy/+/1806303 Change-Id: I66ef5e49bacd094e93d796a4b47d88a2ccf6ae7b
-rw-r--r--vendor/qcom/common/device.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/qcom/common/device.te b/vendor/qcom/common/device.te
index 734a63b7..b1fa00cd 100644
--- a/vendor/qcom/common/device.te
+++ b/vendor/qcom/common/device.te
@@ -25,4 +25,4 @@ type wlan_device, dev_type;
type xbl_block_device, dev_type, bdev_type;
# TODO: Replace KM3 with KM4 (b/112339903)
-type rpmb_device, dev_type;
+type rpmb_device, dev_type, bdev_type;