review block devices
Bug: 196916111 Test: boot with those partition mounted with no avc error Change-Id: I6248be92d19abf37f5b901aa6101436832813f42
This commit is contained in:
parent
95cc78f004
commit
cf1ea7aad5
4 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
|||
# Block Devices
|
||||
type efs_block_device, dev_type;
|
||||
type fat_block_device, dev_type;
|
||||
type modem_userdata_block_device, dev_type;
|
||||
type persist_block_device, dev_type;
|
||||
type vendor_block_device, dev_type;
|
||||
|
||||
# Exynos devices
|
||||
|
|
|
@ -2,4 +2,7 @@ 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 sg_device, dev_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue