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 <bvanassche@google.com>
This commit is contained in:
Bart Van Assche 2021-10-14 13:50:18 -07:00 committed by TreeHugger Robot
parent 0b4e85afe7
commit c6a7058dc3

View file

@ -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;