msm8937-common: init.qcom.rc: Modify permissions for /data/vendor/misc
Modify permissions for /data/vendor/misc to 01771 from 0770 in order to enable audio module to access the directory. CRs-Fixed: 2074932 Change-Id: Ibc832cd0ec7c04a99b3fa1e9a554f919e11a149a
This commit is contained in:
parent
2887450b59
commit
bd33bea7b6
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ on boot
|
|||
|
||||
# msm specific files that need to be created on /data
|
||||
on post-fs-data
|
||||
mkdir /data/vendor/misc 0770 system system
|
||||
mkdir /data/vendor/misc 01771 system system
|
||||
|
||||
# Create directory used by display clients
|
||||
mkdir /data/vendor/display 0770 system graphics
|
||||
|
|
Loading…
Reference in a new issue