summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorChia-chi Yeh <chiachi@android.com>2011-06-26 18:24:19 -0700
committerChia-chi Yeh <chiachi@android.com>2011-06-26 18:24:19 -0700
commit91a465b73a5bfa55df7ce0e56e35b1b1e018a7ca (patch)
tree97769c73ff765fb2af5ee4c6a72da0f99165f0ba /cmds
parente709d94a2939c3374097299fbf300c398772b443 (diff)
downloadframeworks_native-91a465b73a5bfa55df7ce0e56e35b1b1e018a7ca.zip
frameworks_native-91a465b73a5bfa55df7ce0e56e35b1b1e018a7ca.tar.gz
frameworks_native-91a465b73a5bfa55df7ce0e56e35b1b1e018a7ca.tar.bz2
KeyStore: allow system user to get secrets from keystore.
Change-Id: I9cb41344c17fb33e6614a45d46368a9c43e3dce7
Diffstat (limited to 'cmds')
-rw-r--r--cmds/keystore/keystore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/keystore/keystore.cpp b/cmds/keystore/keystore.cpp
index bbd1a1b..1c1f37a 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},