aboutsummaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2011-06-30 22:50:29 -0700
committerBrian Carlstrom <bdc@google.com>2011-07-01 09:50:31 -0700
commit04918930236981a6d2a096a73854caa96cb94bda (patch)
tree37080e11a93707b660ebac5012b815c8c726fbbb /include/private
parentfb9134e3d01da0681097d5bf037aae730f09a2c0 (diff)
downloadsystem_core-04918930236981a6d2a096a73854caa96cb94bda.tar.gz
system_core-04918930236981a6d2a096a73854caa96cb94bda.tar.bz2
system_core-04918930236981a6d2a096a73854caa96cb94bda.zip
Revert "Add keychain user"
This reverts commit 6541ef1562ccf93e498d653598330a7fc80ad2b2. Bug:4970237 Change-Id: I23a90eb89c1d19893d2ba7065fc624c0521cb06e
Diffstat (limited to 'include/private')
-rw-r--r--include/private/android_filesystem_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 6e42ae9a..fc71a1e2 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -53,7 +53,7 @@
#define AID_KEYSTORE 1017 /* keystore subsystem */
#define AID_USB 1018 /* USB devices */
#define AID_DRM 1019 /* DRM server */
-#define AID_KEYCHAIN 1020 /* keychain service */
+#define AID_AVAILABLE 1020 /* available for use */
#define AID_GPS 1021 /* GPS daemon */
#define AID_UNUSED1 1022 /* deprecated, DO NOT USE */
#define AID_MEDIA_RW 1023 /* internal media storage write access */
@@ -103,7 +103,7 @@ static const struct android_id_info android_ids[] = {
{ "install", AID_INSTALL, },
{ "media", AID_MEDIA, },
{ "drm", AID_DRM, },
- { "keychain", AID_KEYCHAIN, },
+ { "available", AID_AVAILABLE, },
{ "nfc", AID_NFC, },
{ "shell", AID_SHELL, },
{ "cache", AID_CACHE, },