From 2e06a0ff6ed54d12b80f1c14fdfb67b30362f568 Mon Sep 17 00:00:00 2001 From: Christine Hallstrom Date: Thu, 27 Jul 2017 11:14:36 -0700 Subject: [PATCH] DO NOT MERGE ANYWHERE make /data/misc/bluetooth owner to be bluetooth Bug: 62410937 Change-Id: Ic6ddba03ee6316dc54d5d41b35c90fe3d9057723 --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index a22d5c130..60d9104cb 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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