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:
parent
0b4e85afe7
commit
c6a7058dc3
1 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue