Merge "Give some permissions to bluetooth"
am: b46532269f

Change-Id: I76a4c032bbb3e8644343731d13e87e0c08922939
diff --git a/keystore/permissions.cpp b/keystore/permissions.cpp
index d2313e3..a172761 100644
--- a/keystore/permissions.cpp
+++ b/keystore/permissions.cpp
@@ -75,6 +75,7 @@
     {AID_SYSTEM, static_cast<perm_t>((uint32_t)(~0))},
     {AID_VPN, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY)},
     {AID_WIFI, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY)},
+    {AID_BLUETOOTH, static_cast<perm_t>(P_GET | P_INSERT | P_DELETE | P_EXIST | P_SIGN | P_VERIFY)},
 
 #ifdef GRANT_ROOT_ALL_PERMISSIONS
     // Allow VTS tests running as root to perform all operations