msm8937-common: rootdir: Move log location out of misc
misc location in vendor belongs to a predefined service and causes denials due to collisions with that service. Move the logging to process specific folders within vendor. CRs-Fixed: 2052618 Change-Id: Ie43dee22d7dea94b87eac73bb5f2dd01f0cb9225
This commit is contained in:
parent
50acdddaea
commit
6e3f8d4dbf
1 changed files with 2 additions and 2 deletions
|
@ -176,8 +176,8 @@ on post-fs-data
|
|||
chown dhcp dhcp /data/misc/dhcp
|
||||
|
||||
# Create netmgr log dir
|
||||
mkdir /data/misc/netmgr 0770 radio radio
|
||||
chmod 0770 /data/misc/netmgr
|
||||
mkdir /data/vendor/netmgr 0770 radio radio
|
||||
chmod 0770 /data/vendor/netmgr
|
||||
|
||||
# Create the directories used by CnE subsystem
|
||||
mkdir /data/connectivity 0771 system system
|
||||
|
|
Loading…
Reference in a new issue