Merge "Add the 'bdev_type' attribute to all block device types"
This commit is contained in:
commit
68e5958902
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ type tun_device, dev_type, mlstrustedobject;
|
|||
type uhid_device, dev_type, mlstrustedobject;
|
||||
type uio_device, dev_type;
|
||||
type userdata_sysdev, dev_type;
|
||||
type vd_device, dev_type;
|
||||
type vd_device, dev_type, bdev_type;
|
||||
type vndbinder_device, dev_type;
|
||||
type zero_device, dev_type, mlstrustedobject;
|
||||
|
|
Loading…
Reference in a new issue