diff options
author | Abhimanyu Garg <agarg@codeaurora.org> | 2017-11-14 09:32:36 -0800 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:52:30 +0200 |
commit | 1d30152c55ab8281f32da4a45a0410419f1ef3d6 (patch) | |
tree | 450e255079b1ddbe3dd21ea73d0912bd1448cf58 /rootdir | |
parent | 55e4b01daa330f0644ebc4194592a313da28a184 (diff) |
wayne-common: rootdir: Changing iop directory permission
Changing permission for IOP from 0770 to 0700. This is to restrict the
access for iop database file.
Change-Id: Ic3325595521d4e433d0ce9bada564fc599cf858c
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index e205a67..d6e82e6 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -382,7 +382,7 @@ on post-fs-data mkdir /data/nfc/param 0770 nfc nfc #Create IOP deamon related dirs - mkdir /data/vendor/iop 0770 root system + mkdir /data/vendor/iop 0700 root system # Mark the copy complete flag to not completed write /data/vendor/radio/copy_complete 0 |