Merge "Add the 'bdev_type' attribute to all block device types"

This commit is contained in:
Treehugger Robot 2021-09-10 01:27:48 +00:00 committed by Gerrit Code Review
commit 68e5958902

View file

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