From 46c6aeec19eca7ed9f262be17b2c20e9f375a025 Mon Sep 17 00:00:00 2001 From: Zac Iqbal Date: Tue, 14 Mar 2023 18:59:59 +0000 Subject: [PATCH] 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 --- conf/ueventd.zuma.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/ueventd.zuma.rc b/conf/ueventd.zuma.rc index 640c0c01..bd177a80 100644 --- a/conf/ueventd.zuma.rc +++ b/conf/ueventd.zuma.rc @@ -200,6 +200,7 @@ # DMA-BUF heaps /dev/dma_heap/crypto 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/faimg-secure 0444 system graphics /dev/dma_heap/famodel-secure 0444 system graphics