summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2011-04-08 13:44:08 -0700
committerBrian Carlstrom <bdc@google.com>2011-04-08 14:06:39 -0700
commit4d51522f5f16580a95691cc604a663a07786127d (patch)
treee5cbd17b0cddb02ba9057b05f4d828ba3bbeb559 /cmds
parent4a0fd7cd3b899a48f8b087e8efb84134801205e1 (diff)
downloadframeworks_native-4d51522f5f16580a95691cc604a663a07786127d.zip
frameworks_native-4d51522f5f16580a95691cc604a663a07786127d.tar.gz
frameworks_native-4d51522f5f16580a95691cc604a663a07786127d.tar.bz2
Add keychain user with special keystore access permissions
Change-Id: I02fe5171add62c5cd9f57b01bc137f3bc1cb3a69
Diffstat (limited to 'cmds')
-rw-r--r--cmds/keystore/keystore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/keystore/keystore.c b/cmds/keystore/keystore.c
index afa64f8..e34053b 100644
--- a/cmds/keystore/keystore.c
+++ b/cmds/keystore/keystore.c
@@ -493,6 +493,7 @@ static struct user {
{AID_VPN, AID_SYSTEM, GET},
{AID_WIFI, AID_SYSTEM, GET},
{AID_ROOT, AID_SYSTEM, GET},
+ {AID_KEYCHAIN, AID_SYSTEM, TEST | GET | SAW},
{~0, ~0, TEST | GET | INSERT | DELETE | EXIST | SAW},
};