From 1d30152c55ab8281f32da4a45a0410419f1ef3d6 Mon Sep 17 00:00:00 2001 From: Abhimanyu Garg Date: Tue, 14 Nov 2017 09:32:36 -0800 Subject: 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 --- rootdir/etc/init.qcom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootdir') 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 -- cgit v1.2.3