Added system:graphics permissions for faceauth_dsp-secure node.

Notes:
- The faceauth_dsp-secure heap node didn't have permissions set,
  so it defaulted to root:root, making it inaccessible to our HAL.

Bug: 268669923
Test: atest
Change-Id: I35212fb6da4c49ab372b9c9d7ab20c8b85489364
This commit is contained in:
Zac Iqbal 2023-03-14 18:59:59 +00:00
parent 3d012b65dd
commit 46c6aeec19

View file

@ -200,6 +200,7 @@
# DMA-BUF heaps # DMA-BUF heaps
/dev/dma_heap/crypto 0444 system graphics /dev/dma_heap/crypto 0444 system graphics
/dev/dma_heap/crypto-uncached 0444 system graphics /dev/dma_heap/crypto-uncached 0444 system graphics
/dev/dma_heap/faceauth_dsp-secure 0444 system graphics
/dev/dma_heap/faceauth_tpu-secure 0444 system graphics /dev/dma_heap/faceauth_tpu-secure 0444 system graphics
/dev/dma_heap/faimg-secure 0444 system graphics /dev/dma_heap/faimg-secure 0444 system graphics
/dev/dma_heap/famodel-secure 0444 system graphics /dev/dma_heap/famodel-secure 0444 system graphics