Merge "Give some permissions to bluetooth" am: b46532269f am: 056a8ba529

am: 32769cb542

Change-Id: Id680c70edd187b2130bac02869f655e00a545762
This commit is contained in:
Branden Archer 2019-02-25 21:38:48 -08:00 committed by android-build-merger
commit f2818e8679

View file

@ -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