summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;