summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBranden Archer <brarcher@google.com>2019-02-22 20:29:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-02-22 20:29:59 +0000
commitb46532269f0865603c8dfb938ef7354f026f213b (patch)
tree7b078991ed792855c37bf86f000d1bafc13ab923
parent3ed33f4013494a58642314f6b1957258b3c172c9 (diff)
parenta930c149d1627a288c402c582f81cba8c938107d (diff)
downloadsecurity-b46532269f0865603c8dfb938ef7354f026f213b.tar.gz
Merge "Give some permissions to bluetooth"
-rw-r--r--keystore/permissions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/keystore/permissions.cpp b/keystore/permissions.cpp
index d2313e31..a172761c 100644
--- a/keystore/permissions.cpp
+++ b/keystore/permissions.cpp
@@ -75,6 +75,7 @@ static user_perm user_perms[] = {
{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