Bug: 312143882 Test: make selinux_policy Flag: EXEMPT sepolicy refactor Change-Id: I0f6ac76860c90b8022a85cafb80350a708d278c1
13 lines
534 B
Text
13 lines
534 B
Text
# device.te
|
|
type custom_ab_block_device, dev_type;
|
|
type mfg_data_block_device, dev_type;
|
|
type logbuffer_device, dev_type;
|
|
type fingerprint_device, dev_type;
|
|
type uci_device, dev_type;
|
|
|
|
# Dmabuf heaps
|
|
type sensor_direct_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type faceauth_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type vscaler_secure_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type framebuffer_secure_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type gcma_camera_heap_device, dmabuf_heap_device_type, dev_type;
|