From 09ecc3011a3ebde207ed9ed8d6b1ec4ae7b21f7d Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Thu, 1 Feb 2018 19:07:54 +0100 Subject: msm8996-common: rootdir: Remove unnecessary /persist permissions * We mount /persist in fstab so this is useless. Change-Id: I62cec54e22af6207114eca94c2c80275ece30443 --- rootdir/etc/init.qcom.rc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 625edff..4ea368a 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -337,10 +337,6 @@ on post-fs-data # Create directory for radio mkdir /data/vendor/radio 0770 system radio - # Mounting of persist is moved to 'on emmc-fs' and 'on fs' sections - # We chown/chmod /persist again so because mount is run as root + defaults - chown system system /persist - chmod 0771 /persist chmod 0664 /sys/devices/platform/msm_sdcc.1/polling chmod 0664 /sys/devices/platform/msm_sdcc.2/polling chmod 0664 /sys/devices/platform/msm_sdcc.3/polling -- cgit v1.2.3