From 21ce4b32dc385d83499cd39bb247f34cd52d8ecd Mon Sep 17 00:00:00 2001 From: Abhimanyu Garg Date: Tue, 14 Nov 2017 09:32:36 -0800 Subject: [PATCH] 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(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index e205a674..d6e82e6a 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