Merge "Give some permissions to bluetooth"

This commit is contained in:
Branden Archer 2019-02-22 20:29:59 +00:00 committed by Gerrit Code Review
commit b46532269f

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