mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: rootdir: Ensure .bt_nv.bin is owned by bluetooth
This file is used by hciattach when turning on bluetooth, and without correct permissions, MAC address will be wrong. Change-Id: Ie700a4be1a6b83932a9cffac45cd63f179f3edda
This commit is contained in:
parent
5284cfeba4
commit
0451bc5df8
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ on fs
|
|||
|
||||
on post-fs-data
|
||||
mkdir /data/misc/bluetooth 0770 bluetooth bluetooth
|
||||
chown bluetooth bluetooth /persist/.bt_nv.bin
|
||||
|
||||
# Create the directories used by the Wireless subsystem
|
||||
mkdir /data/vendor/wifi 0770 wifi wifi
|
||||
|
|
Loading…
Reference in a new issue