summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Hallstrom <hallstrom@google.com>2017-07-27 11:14:36 -0700
committerChristine Hallstrom <hallstrom@google.com>2017-07-27 20:55:12 +0000
commit2e06a0ff6ed54d12b80f1c14fdfb67b30362f568 (patch)
treecbec73222d4c5a3579016113f5a9602f79f17bcc
parent587efe8ee95a05d6803a41d11a82fef8a6781a5b (diff)
downloadcore-2e06a0ff6ed54d12b80f1c14fdfb67b30362f568.tar.gz
DO NOT MERGE ANYWHERE make /data/misc/bluetooth owner to be bluetooth
Bug: 62410937 Change-Id: Ic6ddba03ee6316dc54d5d41b35c90fe3d9057723
-rw-r--r--rootdir/init.rc2
1 files changed, 1 insertions, 1 deletions
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