From f6af322852f7cf621e8c447ad45072d225ed0b8d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 19 Oct 2021 14:29:52 +0000 Subject: Revert "Revert^2 "Add the 'bdev_type' attribute to all block devices"" This reverts commit c4af45caa3cdc91c236a59ae2058968732734c8c. Reason for revert: Restore this patch since it was not necessary to revert this patch. Bug: 202520796 Change-Id: Ieb3346ecc604f4365dcace125072c1927c7a647c --- sepolicy/device.te | 8 ++++---- 1 file 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; -- cgit v1.2.3