From 4bbc6969e5edf5965126b5f6e499dd66703d158e Mon Sep 17 00:00:00 2001 From: Zachary Iqbal Date: Wed, 23 Feb 2022 15:57:30 -0800 Subject: [PATCH] Give gralloc access to the faceauth_heap_device. Notes: - This is required for face authentication. Fixes: 221098313 Test: Built locally. Change-Id: I6292c76c0809f091108ac73bef2d9e2db430a680 --- whitechapel_pro/hal_graphics_allocator_default.te | 1 + 1 file changed, 1 insertion(+) diff --git a/whitechapel_pro/hal_graphics_allocator_default.te b/whitechapel_pro/hal_graphics_allocator_default.te index b55caabc..9791dae6 100644 --- a/whitechapel_pro/hal_graphics_allocator_default.te +++ b/whitechapel_pro/hal_graphics_allocator_default.te @@ -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;