Merge "Add sepolicies for gcma_camera heaps" into udc-d1-dev am: 8733772e74
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma-sepolicy/+/22298464 Change-Id: Ieb5077bdd5fc38b9eed1283a31a80c4f7c0b93d0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
8d8f96f8d9
3 changed files with 4 additions and 0 deletions
1
vendor/device.te
vendored
1
vendor/device.te
vendored
|
@ -18,6 +18,7 @@ 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;
|
||||
|
||||
# SecureElement SPI device
|
||||
type st54spi_device, dev_type;
|
||||
|
|
2
vendor/file_contexts
vendored
2
vendor/file_contexts
vendored
|
@ -199,6 +199,8 @@
|
|||
/dev/dma_heap/vframe-secure u:object_r:dmabuf_system_secure_heap_device:s0
|
||||
/dev/dma_heap/vscaler-secure u:object_r:vscaler_secure_heap_device:s0
|
||||
/dev/dma_heap/vstream-secure u:object_r:dmabuf_system_secure_heap_device:s0
|
||||
/dev/dma_heap/gcma_camera u:object_r:gcma_camera_heap_device:s0
|
||||
/dev/dma_heap/gcma_camera-uncached u:object_r:gcma_camera_heap_device:s0
|
||||
/dev/uci u:object_r:uci_device:s0
|
||||
/dev/video12 u:object_r:hw_jpg_device:s0
|
||||
|
||||
|
|
1
vendor/hal_graphics_allocator_default.te
vendored
1
vendor/hal_graphics_allocator_default.te
vendored
|
@ -3,3 +3,4 @@ allow hal_graphics_allocator_default faceauth_heap_device:chr_file r_file_perms;
|
|||
allow hal_graphics_allocator_default dmabuf_system_secure_heap_device:chr_file r_file_perms;
|
||||
allow hal_graphics_allocator_default vscaler_secure_heap_device:chr_file r_file_perms;
|
||||
allow hal_graphics_allocator_default framebuffer_secure_heap_device:chr_file r_file_perms;
|
||||
allow hal_graphics_allocator_default gcma_camera_heap_device:chr_file r_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue