review block devices

Bug: 196916111
Test: boot with those partition mounted with no avc error
Change-Id: I6248be92d19abf37f5b901aa6101436832813f42
This commit is contained in:
Adam Shih 2021-09-08 12:34:14 +08:00
parent 95cc78f004
commit cf1ea7aad5
4 changed files with 3 additions and 3 deletions

View file

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

View file

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