From 2de583c358031958d78b5a0dcfd97db3ff1c38ea Mon Sep 17 00:00:00 2001 From: Tashfin Shakeer Rhythm Date: Tue, 23 May 2023 01:23:39 +0600 Subject: [PATCH] sdm660-common: rootdir: Do not set permissions for unused block paths Our device only uses c0c4000.sdhci. Signed-off-by: Tashfin Shakeer Rhythm Signed-off-by: pix106 --- rootdir/etc/ueventd.qcom.rc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index db3aea98..faea0559 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -375,18 +375,7 @@ subsystem mem_buf_vm /sys/class/fts/touch_aoi power_set 0660 root system # Add device block for FRP -/dev/block/platform/soc/7824900.sdhci/by-name/config 0600 system system -/dev/block/platform/soc/7464900.sdhci/by-name/frp 0600 system system -/dev/block/platform/soc/624000.ufshc/by-name/frp 0600 system system -/dev/block/platform/soc/1da4000.ufshc/by-name/frp 0600 system system /dev/block/platform/soc/c0c4000.sdhci/by-name/frp 0600 system system -/dev/block/platform/soc/1d84000.ufshc/by-name/frp 0600 system system -/dev/block/platform/soc/7c4000.sdhci/by-name/frp 0600 system system -/dev/block/platform/soc/4744000.sdhci/by-name/frp 0600 system system -/dev/block/platform/soc/4804000.ufshc/by-name/frp 0600 system system - -# This is temporary while using SD card for initial bring-up -/dev/block/platform/soc/8804000.sdhci/by-name/frp 0600 system system # Kmsg device /dev/kmsg 0620 root system