diff options
author | LuK1337 <priv.luk@gmail.com> | 2018-02-01 19:07:54 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-25 20:50:07 +0100 |
commit | 09ecc3011a3ebde207ed9ed8d6b1ec4ae7b21f7d (patch) | |
tree | dd037363938495b8b3eb9c8dd9e87bae1f517989 | |
parent | 0c2a9063300d49758e785ac5786ab965af41643f (diff) |
msm8996-common: rootdir: Remove unnecessary /persist permissions
* We mount /persist in fstab so this is useless.
Change-Id: I62cec54e22af6207114eca94c2c80275ece30443
-rw-r--r-- | rootdir/etc/init.qcom.rc | 4 |
1 files changed, 0 insertions, 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 |