qcom: Fix /data/media permissions.
Change /data/media permissions from 0775 to 0770. Change-Id: I730da7afff782ce0eb2511124f986da9b8c028a9 CRs-Fixed: 507516
This commit is contained in:
parent
ada78f9c15
commit
d3737ff80d
|
@ -147,7 +147,7 @@ on boot
|
|||
# msm specific files that need to be created on /data
|
||||
on post-fs-data
|
||||
# we will remap this as /mnt/sdcard with the sdcard fuse tool
|
||||
mkdir /data/media 0775 media_rw media_rw
|
||||
mkdir /data/media 0770 media_rw media_rw
|
||||
chown media_rw media_rw /data/media
|
||||
|
||||
mkdir /data/misc/bluetooth 0770 bluetooth bluetooth
|
||||
|
|
Loading…
Reference in New Issue