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
This commit is contained in:
parent
c10b9d9723
commit
21ce4b32dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue