DO NOT MERGE ANYWHERE make /data/misc/bluetooth owner to be bluetooth

Bug: 62410937
Change-Id: Ic6ddba03ee6316dc54d5d41b35c90fe3d9057723
This commit is contained in:
Christine Hallstrom 2017-07-27 11:14:36 -07:00
parent 587efe8ee9
commit 2e06a0ff6e

View file

@ -371,7 +371,7 @@ on post-fs-data
# Fix the access permissions and group ownership for 'bt_config.conf'
chmod 0660 /data/misc/bluedroid/bt_config.conf
chown bluetooth net_bt_stack /data/misc/bluedroid/bt_config.conf
mkdir /data/misc/bluetooth 0770 system system
mkdir /data/misc/bluetooth 0770 bluetooth bluetooth
mkdir /data/misc/keystore 0700 keystore keystore
mkdir /data/misc/gatekeeper 0700 system system
mkdir /data/misc/keychain 0771 system system