KeyStore: allow system user to get secrets from keystore.
Change-Id: I9cb41344c17fb33e6614a45d46368a9c43e3dce7
This commit is contained in:
parent
e709d94a29
commit
91a465b73a
@ -708,7 +708,7 @@ static struct user {
|
||||
uid_t euid;
|
||||
uint32_t perms;
|
||||
} users[] = {
|
||||
{AID_SYSTEM, ~0, ~GET},
|
||||
{AID_SYSTEM, ~0, ~0},
|
||||
{AID_VPN, AID_SYSTEM, GET},
|
||||
{AID_WIFI, AID_SYSTEM, GET},
|
||||
{AID_ROOT, AID_SYSTEM, GET},
|
||||
|
Loading…
Reference in New Issue
Block a user