From c4af45caa3cdc91c236a59ae2058968732734c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Brzezi=C5=84ski?= Date: Tue, 19 Oct 2021 10:57:42 +0000 Subject: Revert^2 "Add the 'bdev_type' attribute to all block devices" a349fb7f9640f6160e3f9cbd718d5c6bfe932ff4 Change-Id: I23bf1aa53750c5b313bfb421ef008acbd40da313 --- sepolicy/device.te | 8 ++++---- 1 file 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; -- cgit v1.2.3