Merge "Add the 'bdev_type' attribute to all block devices"
This commit is contained in:
commit
4dcefe8898
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue