summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@google.com>2021-10-19 14:29:52 +0000
committerBart Van Assche <bvanassche@google.com>2021-10-19 14:32:04 +0000
commitf6af322852f7cf621e8c447ad45072d225ed0b8d (patch)
treec99af54a57bbbfc83c08cbe8dc3cd8b1a1af689e
parentc4af45caa3cdc91c236a59ae2058968732734c8c (diff)
downloadpoplar-f6af322852f7cf621e8c447ad45072d225ed0b8d.tar.gz
Revert "Revert^2 "Add the 'bdev_type' attribute to all block devices""android-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-2android-s-v2-preview-1
This reverts commit c4af45caa3cdc91c236a59ae2058968732734c8c. Reason for revert: Restore this patch since it was not necessary to revert this patch. Bug: 202520796 Change-Id: Ieb3346ecc604f4365dcace125072c1927c7a647c
-rw-r--r--sepolicy/device.te8
1 files changed, 4 insertions, 4 deletions
diff --git a/sepolicy/device.te b/sepolicy/device.te
index 6d289f5..dda0bf1 100644
--- a/sepolicy/device.te
+++ b/sepolicy/device.te
@@ -27,8 +27,8 @@ type hi_mce_device, dev_type;
type mali_device, dev_type, file_type, mlstrustedobject;
type mmz_userdev_device, dev_type;
type ttyAMA2_device, dev_type;
-type hi_system_block_device, dev_type, bdev_type;
-type hi_vendor_block_device, dev_type, bdev_type;
-type hi_cache_block_device, dev_type, bdev_type;
-type hi_userdata_block_device, dev_type, bdev_type;
+type hi_system_block_device, dev_type;
+type hi_vendor_block_device, dev_type;
+type hi_cache_block_device, dev_type;
+type hi_userdata_block_device, dev_type;
type rtk_bt_device, dev_type;