From 91a465b73a5bfa55df7ce0e56e35b1b1e018a7ca Mon Sep 17 00:00:00 2001 From: Chia-chi Yeh Date: Sun, 26 Jun 2011 18:24:19 -0700 Subject: [PATCH] KeyStore: allow system user to get secrets from keystore. Change-Id: I9cb41344c17fb33e6614a45d46368a9c43e3dce7 --- cmds/keystore/keystore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/keystore/keystore.cpp b/cmds/keystore/keystore.cpp index bbd1a1bfd..1c1f37a34 100644 --- a/cmds/keystore/keystore.cpp +++ b/cmds/keystore/keystore.cpp @@ -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},