Merge "Add the 'bdev_type' attribute to all block devices"

This commit is contained in:
Bart Van Assche 2021-08-16 16:39:24 +00:00 committed by Gerrit Code Review
commit 4dcefe8898
2 changed files with 4 additions and 1 deletions

View file

@ -7,6 +7,9 @@
# in tools/checkfc.c
attribute dev_type;
# Attribute for block devices.
attribute bdev_type;
# All types used for processes.
attribute domain;

View file

@ -1,7 +1,7 @@
type ashmem_device, dev_type, mlstrustedobject;
type ashmem_libcutils_device, dev_type, mlstrustedobject;
type binder_device, dev_type, mlstrustedobject;
type block_device, dev_type;
type block_device, dev_type, bdev_type;
type console_device, dev_type;
type device, dev_type, fs_type;
type dm_device, dev_type;