Allow bluetooth service to access bluetooth directory and add /logs (2/14)

Bug: 31466840
Change-Id: I2c2766a2366600def81708d97cf3f3f13e0eb655
(cherry picked from commit 59d6a8cf8a4867a10f56b36057bffcc344715d3f)
diff --git a/rootdir/init.rc b/rootdir/init.rc
index a22d5c1..df60f65 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -371,7 +371,8 @@
     # 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