Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 1 | type ashmem_device, dev_type, mlstrustedobject; |
| 2 | type ashmem_libcutils_device, dev_type, mlstrustedobject; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 3 | type binder_device, dev_type, mlstrustedobject; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 4 | type block_device, dev_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame] | 5 | type console_device, dev_type; |
| 6 | type device, dev_type, fs_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 7 | type dm_device, dev_type; |
| 8 | type dm_user_device, dev_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame] | 9 | type dmabuf_heap_device, dev_type, mlstrustedobject, dmabuf_heap_device_type; |
| 10 | type dmabuf_system_heap_device, dev_type, mlstrustedobject, dmabuf_heap_device_type; |
| 11 | type dmabuf_system_secure_heap_device, dev_type, mlstrustedobject, dmabuf_heap_device_type; |
| 12 | type fuse_device, dev_type, mlstrustedobject; |
| 13 | type hw_random_device, dev_type; |
| 14 | type hwbinder_device, dev_type, mlstrustedobject; |
| 15 | type kmsg_debug_device, dev_type; |
| 16 | type kmsg_device, dev_type, mlstrustedobject; |
| 17 | type kvm_device, dev_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 18 | type loop_control_device, dev_type; |
| 19 | type loop_device, dev_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 20 | type null_device, dev_type, mlstrustedobject; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 21 | type owntty_device, dev_type, mlstrustedobject; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame] | 22 | type ppp_device, dev_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 23 | type properties_device, dev_type; |
| 24 | type properties_serial, dev_type; |
| 25 | type property_info, dev_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame] | 26 | type ptmx_device, dev_type, mlstrustedobject; |
| 27 | type ram_device, dev_type; |
| 28 | type random_device, dev_type, mlstrustedobject; |
| 29 | type rtc_device, dev_type; |
| 30 | type serial_device, dev_type; |
| 31 | type socket_device, dev_type; |
| 32 | type tty_device, dev_type; |
| 33 | type tun_device, dev_type, mlstrustedobject; |
| 34 | type uhid_device, dev_type, mlstrustedobject; |
| 35 | type uio_device, dev_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 36 | type userdata_sysdev, dev_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame] | 37 | type vd_device, dev_type; |
| 38 | type vndbinder_device, dev_type; |
| 39 | type zero_device, dev_type, mlstrustedobject; |