summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-09-27 08:01:58 -0400
committerMike Lockwood <lockwood@android.com>2010-09-27 08:01:58 -0400
commitc29919c8d75ad218012daeda62e1e62200cad889 (patch)
treed7ab9d493607d3ff1389fd74b8d37adb7add7714
parent6490257d116c35d3da927ee7b91179dde64ef713 (diff)
downloadcore-c29919c8d75ad218012daeda62e1e62200cad889.tar.gz
Add AID_GPS user ID for GPS daemon
Change-Id: I2f8ffba40e3f5145b37296f19c698e08d768ce59 Signed-off-by: Mike Lockwood <lockwood@android.com>
-rw-r--r--include/private/android_filesystem_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index cca09ce32..9aaa736ca 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -52,6 +52,7 @@
#define AID_VPN 1016 /* vpn system */
#define AID_KEYSTORE 1017 /* keystore subsystem */
#define AID_USB 1018 /* USB devices */
+#define AID_GPS 1021 /* GPS daemon */
#define AID_SHELL 2000 /* adb and debug shell user */
#define AID_CACHE 2001 /* cache access */
@@ -102,6 +103,7 @@ static const struct android_id_info android_ids[] = {
{ "vpn", AID_VPN, },
{ "keystore", AID_KEYSTORE, },
{ "usb", AID_USB, },
+ { "gps", AID_GPS, },
{ "inet", AID_INET, },
{ "net_raw", AID_NET_RAW, },
{ "net_admin", AID_NET_ADMIN, },