Give gralloc access to the faceauth_heap_device.

Notes:
- This is required for face authentication.

Fixes: 221098313
Test: Built locally.
Change-Id: I6292c76c0809f091108ac73bef2d9e2db430a680
This commit is contained in:
Zachary Iqbal 2022-02-23 15:57:30 -08:00 committed by TreeHugger Robot
parent 4443c79bbb
commit 4bbc6969e5

View file

@ -1,3 +1,4 @@
allow hal_graphics_allocator_default sensor_direct_heap_device:chr_file r_file_perms;
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_heap_device:chr_file r_file_perms;