msm8937-common: Create /data/vendor/tombstones/ for tftp requirement

tftp_server ramdump feature needs /data/vendor/tombstones
dir with uid/gid as system

Change-Id: Id6dad00f9f0140d81da6393bb9355d99701cc76f
This commit is contained in:
Ritesh Harjani 2017-07-18 09:54:29 +05:30 committed by Isaac Chen
parent 0122959010
commit a813ccc0cd
2 changed files with 3 additions and 5 deletions

View file

@ -158,6 +158,9 @@ on post-fs-data
# Create directory for TZ Apps
mkdir /data/misc/qsee 0770 system system
# Create directory for tftp
mkdir /data/vendor/tombstones 0771 system system
#Create folder for mm-qcamera-daemon
mkdir /data/misc/camera 0770 camera camera

View file

@ -47,11 +47,6 @@ on fs
restorecon_recursive /persist
on post-fs-data
mkdir /data/tombstones 0771 system system
mkdir /tombstones/modem 0771 system system
mkdir /tombstones/lpass 0771 system system
mkdir /tombstones/wcnss 0771 system system
mkdir /tombstones/dsps 0771 system system
mkdir /persist/data/sfs 0700 system system
mkdir /persist/data/tz 0700 system system
mkdir /data/misc/hbtp 0750 system system