Skip to content

Commit

Permalink
Add AID_GPS user ID for GPS daemon
Browse files Browse the repository at this point in the history
Change-Id: I2f8ffba40e3f5145b37296f19c698e08d768ce59
Signed-off-by: Mike Lockwood <[email protected]>
  • Loading branch information
mikeandroid committed Sep 27, 2010
1 parent 6490257 commit c29919c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/private/android_filesystem_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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, },
Expand Down

0 comments on commit c29919c

Please sign in to comment.