From 8ff5de79ea9c51c0c6942893332940fd4e241808 Mon Sep 17 00:00:00 2001 From: Shashank Sivakumar Date: Mon, 3 Jul 2023 19:20:39 +0530 Subject: [PATCH] sm8550-common: Add permission for gunyah node For AVF, the permission for the /dev/gunyah node is set in the ueventd file. Change-Id: Id8ce809c744bac4be70f8bbfd65c39f3703d82fa --- init/ueventd.qcom.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init/ueventd.qcom.rc b/init/ueventd.qcom.rc index a094da0..f16dd4c 100644 --- a/init/ueventd.qcom.rc +++ b/init/ueventd.qcom.rc @@ -579,3 +579,6 @@ subsystem mem_buf_vm # hdmi cec hal /dev/cec* 0660 system system /sys/devices/platform/soc/984000.i2c/i2c-0/0-002b get_hpd_stat 0660 system system + +#Virtualization Attributes +/dev/gunyah 0666 root root