diff options
| author | Brian Carlstrom <bdc@google.com> | 2011-02-15 12:02:38 -0800 |
|---|---|---|
| committer | Brian Carlstrom <bdc@google.com> | 2011-04-08 14:06:16 -0700 |
| commit | 6541ef1562ccf93e498d653598330a7fc80ad2b2 (patch) | |
| tree | 5a2bb87e946dcb06f426dba9c5e388524d387654 /include/private | |
| parent | 18247d74be9d0d4d6f1ae25bdd198e5dbf522af8 (diff) | |
| download | system_core-6541ef1562ccf93e498d653598330a7fc80ad2b2.tar.gz system_core-6541ef1562ccf93e498d653598330a7fc80ad2b2.tar.bz2 system_core-6541ef1562ccf93e498d653598330a7fc80ad2b2.zip | |
Add keychain user
Change-Id: Id6738d7c97dd58b2043e2cba018797e3b2b4d77a
Diffstat (limited to 'include/private')
| -rw-r--r-- | include/private/android_filesystem_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index f23c2352..55d9220b 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_AVAILABLE 1020 /* available for use */ +#define AID_KEYCHAIN 1020 /* keychain service */ #define AID_GPS 1021 /* GPS daemon */ #define AID_UNUSED1 1022 /* deprecated, DO NOT USE */ #define AID_MEDIA_RW 1023 /* internal media storage write access */ @@ -101,7 +101,7 @@ static const struct android_id_info android_ids[] = { { "install", AID_INSTALL, }, { "media", AID_MEDIA, }, { "drm", AID_DRM, }, - { "available", AID_AVAILABLE, }, + { "keychain", AID_KEYCHAIN, }, { "nfc", AID_NFC, }, { "shell", AID_SHELL, }, { "cache", AID_CACHE, }, |
