summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2010-05-17 08:54:31 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2010-05-17 08:54:31 -0700
commite95aad61d841e7a472b4141808bbca0c7135b0f5 (patch)
tree9ed76e19ddbcb4d45dda3e70184b51fb475623d5 /include/private
parent538e5778be15382669b0058de5bafa9f4961247e (diff)
parent93ac1559b8c7ad3125ddcd896082b030faadbbd4 (diff)
downloadcore-e95aad61d841e7a472b4141808bbca0c7135b0f5.tar.gz
core-e95aad61d841e7a472b4141808bbca0c7135b0f5.tar.bz2
core-e95aad61d841e7a472b4141808bbca0c7135b0f5.zip
merge from open-source master
Change-Id: I414c9479f4f913c777ef18b7ff27e410f49d35b9
Diffstat (limited to 'include/private')
-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 474cfacb0..1dbe17115 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -51,6 +51,7 @@
#define AID_SDCARD_RW 1015 /* external storage write access */
#define AID_VPN 1016 /* vpn system */
#define AID_KEYSTORE 1017 /* keystore subsystem */
+#define AID_USB 1018 /* USB devices */
#define AID_SHELL 2000 /* adb and debug shell user */
#define AID_CACHE 2001 /* cache access */
@@ -100,6 +101,7 @@ static struct android_id_info android_ids[] = {
{ "sdcard_rw", AID_SDCARD_RW, },
{ "vpn", AID_VPN, },
{ "keystore", AID_KEYSTORE, },
+ { "usb", AID_USB, },
{ "inet", AID_INET, },
{ "net_raw", AID_NET_RAW, },
{ "net_admin", AID_NET_ADMIN, },