From 7ba30cb4031d7eeea571d316c1e2dc563066ce90 Mon Sep 17 00:00:00 2001 From: Martin Liu Date: Wed, 29 Mar 2023 00:00:31 +0800 Subject: [PATCH] Add uevent rule for gcma_camera dmaheap nodes Add uevent rule for newly adding dmaheap node to set correct owners and permissions. Bug: 275481134 Test: Launch camera and taking shots Change-Id: I030e82381ff718523184d8a5601bd2d9a5a0278c Signed-off-by: Martin Liu --- conf/ueventd.zuma.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/ueventd.zuma.rc b/conf/ueventd.zuma.rc index 7483184a..de697bef 100644 --- a/conf/ueventd.zuma.rc +++ b/conf/ueventd.zuma.rc @@ -218,6 +218,8 @@ /dev/dma_heap/sensor_direct_heap 0444 system graphics /dev/dma_heap/aaudio_playback_heap 0444 system audio /dev/dma_heap/aaudio_capture_heap 0444 system audio +/dev/dma_heap/gcma_camera 0444 system system +/dev/dma_heap/gcma_camera-uncached 0444 system system # Direct Charging /dev/logbuffer_pca9468_tcpm 0600 system system