Merge "Give some permissions to bluetooth" am: b46532269f
am: 056a8ba529
am: 32769cb542
Change-Id: Id680c70edd187b2130bac02869f655e00a545762
This commit is contained in:
commit
f2818e8679
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue