Merge "Allow bluetooth service to access bluetooth directory and add /logs (1/6)" am: 2c2a3f7a95

am: 3a9a16ee79

Change-Id: I15a7c9f86b516b3775cb73688940fc22b605f50e
This commit is contained in:
Ajay Panicker 2016-09-19 20:18:55 +00:00 committed by android-build-merger
commit f5ffb20e6f
1 changed files with 2 additions and 1 deletions

View File

@ -359,7 +359,8 @@ 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 net_bt_stack
mkdir /data/misc/bluetooth/logs 0770 bluetooth net_bt_stack
mkdir /data/misc/keystore 0700 keystore keystore
mkdir /data/misc/gatekeeper 0700 system system
mkdir /data/misc/keychain 0771 system system