summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Brzeziński <brzezinski@google.com>2021-10-19 10:57:42 +0000
committerMichał Brzeziński <brzezinski@google.com>2021-10-19 10:57:42 +0000
commitc4af45caa3cdc91c236a59ae2058968732734c8c (patch)
tree133e767cf09da8e5eecdcb04233dfe2a958d9d5e
parenta349fb7f9640f6160e3f9cbd718d5c6bfe932ff4 (diff)
downloadpoplar-c4af45caa3cdc91c236a59ae2058968732734c8c.tar.gz
Revert^2 "Add the 'bdev_type' attribute to all block devices"
a349fb7f9640f6160e3f9cbd718d5c6bfe932ff4 Change-Id: I23bf1aa53750c5b313bfb421ef008acbd40da313
-rw-r--r--sepolicy/device.te8
1 files changed, 4 insertions, 4 deletions
diff --git a/sepolicy/device.te b/sepolicy/device.te
index dda0bf1..6d289f5 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;
-type hi_vendor_block_device, dev_type;
-type hi_cache_block_device, dev_type;
-type hi_userdata_block_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 rtk_bt_device, dev_type;