From b55ad3db3fc03b508a79995a9bb12ae77f8ba03a Mon Sep 17 00:00:00 2001 From: Siddharth Gupta Date: Tue, 11 May 2021 15:57:12 -0700 Subject: [PATCH] sdm660-common: rootdir: ueventd: Add devcoredump sysfs nodes This change adds the devcoredump sysfs nodes to the ueventd rc which is used for ramdump collection of remoteprocs. Change-Id: I7112a1196f343d4398245147d7bcf6650ed34707 Signed-off-by: clarencelol Signed-off-by: pix106 --- rootdir/etc/ueventd.qcom.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 07c5db35..49e424e2 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -511,3 +511,6 @@ subsystem mem_buf_vm /sys/devices/platform/soc/*.i2c/i2c-*/*-*/iio:device* in_temp_raw 0664 system system /sys/devices/platform/soc/*.i2c/i2c-*/*-*/iio:device* in_temp_scale 0664 system system /sys/devices/platform/soc/*.i2c/i2c-*/*-*/iio:device* in_temp_scale_available 0664 system system + +# devcoredump data attributes +/sys/class/devcoredump/devcd* data 0600 system system