summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAjay Panicker2016-09-15 17:30:11 -0500
committerAjay Panicker2016-12-12 12:16:36 -0600
commit03067a21e703f8cb677ef8b2619fe4d137ebca5c (patch)
tree0a9dd3d2f97e36ad73337f65418ad09ba2ed6708
parenta71003da666b9d36f09137e8bae11d841705d0e5 (diff)
downloadplatform-system-core-03067a21e703f8cb677ef8b2619fe4d137ebca5c.tar.gz
platform-system-core-03067a21e703f8cb677ef8b2619fe4d137ebca5c.tar.xz
platform-system-core-03067a21e703f8cb677ef8b2619fe4d137ebca5c.zip
Allow bluetooth service to access bluetooth directory and add /logs (2/14)
Bug: 31466840 Change-Id: I2c2766a2366600def81708d97cf3f3f13e0eb655 (cherry picked from commit 59d6a8cf8a4867a10f56b36057bffcc344715d3f)
-rw-r--r--rootdir/init.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index a22d5c130..df60f6582 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -371,7 +371,8 @@ on post-fs-data
371 # Fix the access permissions and group ownership for 'bt_config.conf' 371 # Fix the access permissions and group ownership for 'bt_config.conf'
372 chmod 0660 /data/misc/bluedroid/bt_config.conf 372 chmod 0660 /data/misc/bluedroid/bt_config.conf
373 chown bluetooth net_bt_stack /data/misc/bluedroid/bt_config.conf 373 chown bluetooth net_bt_stack /data/misc/bluedroid/bt_config.conf
374 mkdir /data/misc/bluetooth 0770 system system 374 mkdir /data/misc/bluetooth 0770 bluetooth net_bt_stack
375 mkdir /data/misc/bluetooth/logs 0770 bluetooth net_bt_stack
375 mkdir /data/misc/keystore 0700 keystore keystore 376 mkdir /data/misc/keystore 0700 keystore keystore
376 mkdir /data/misc/gatekeeper 0700 system system 377 mkdir /data/misc/gatekeeper 0700 system system
377 mkdir /data/misc/keychain 0771 system system 378 mkdir /data/misc/keychain 0771 system system