From e0cd5dc3dcf7d73a7dcb54c3ae4d3ab4dc4cf680 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Thu, 30 Jun 2011 22:58:29 -0700 Subject: [PATCH] Revert "Add keychain user with special keystore access permissions" This reverts commit 8c2a1a90a81f04573bfa578eab32f5fd4a30eafb. Conflicts: cmds/keystore/keystore.c Bug:4970237 Change-Id: I626023d695becfada47e5f319b18e0889b766563 --- cmds/keystore/keystore.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cmds/keystore/keystore.cpp b/cmds/keystore/keystore.cpp index 1c1f37a34..4b4b9b9d4 100644 --- a/cmds/keystore/keystore.cpp +++ b/cmds/keystore/keystore.cpp @@ -712,7 +712,6 @@ 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}, };