From c6a7058dc3eb19ef766ffa22035e00d4b7e54721 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 14 Oct 2021 13:50:18 -0700 Subject: [PATCH] Stop using the bdev_type SELinux attribute The bdev_type is being removed from all SELinux policy files. Hence this patch. Bug: 202520796 Test: Treehugger Change-Id: I475ff63b3f77f1bfe49519b76bb31b90c3216105 Signed-off-by: Bart Van Assche --- whitechapel_pro/device.te | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/whitechapel_pro/device.te b/whitechapel_pro/device.te index bb45e299..57c41cd4 100644 --- a/whitechapel_pro/device.te +++ b/whitechapel_pro/device.te @@ -1,10 +1,10 @@ -type sda_block_device, dev_type, bdev_type; -type devinfo_block_device, dev_type, bdev_type; -type modem_block_device, dev_type, bdev_type; -type custom_ab_block_device, dev_type, bdev_type; -type persist_block_device, dev_type, bdev_type; -type efs_block_device, dev_type, bdev_type; -type modem_userdata_block_device, dev_type, bdev_type; +type sda_block_device, dev_type; +type devinfo_block_device, dev_type; +type modem_block_device, dev_type; +type custom_ab_block_device, dev_type; +type persist_block_device, dev_type; +type efs_block_device, dev_type; +type modem_userdata_block_device, dev_type; type sg_device, dev_type; type vendor_toe_device, dev_type; type lwis_device, dev_type;