diff options
author | Saurabh Srivastava <ssrivast@codeaurora.org> | 2017-06-05 18:07:21 +0530 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-25 20:56:59 +0100 |
commit | 2ec08caba486c2bb7f68539fc7954b445d6c49df (patch) | |
tree | 970ac84135f723332392579dac1815c938f1ea23 | |
parent | 559ae9622e248302c3ee86af9e5532e651888fa6 (diff) |
msm8996-common: Fixing permission for /data/vendor
Removing creation of /data/vendor with system
group access.
CRs-Fixed: 2055140
Change-Id: Ic9fb98ea1420769f2ffa5262fd6e1a82ad848941
-rw-r--r-- | rootdir/etc/init.qcom.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 03451ec..96fd101 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -271,7 +271,6 @@ on boot # msm specific files that need to be created on /data on post-fs-data - mkdir /data/vendor 0770 system system mkdir /data/vendor/misc 0770 system system mkdir /tombstones/modem 0771 system system |