aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-05-15 10:47:22 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-05-15 10:47:22 -0700
commitb415390e74deae0f4c3eb43330c9f8708281acc5 (patch)
tree2b5e2e04fa965692eb11cb006e20d12fb8525d9d /include
parente398151e7830510f27305cc1cb8f9a0510106f9a (diff)
parent4a6f2321e76685b9489d020980dffb1d9ac73fc0 (diff)
downloadsystem_core-b415390e74deae0f4c3eb43330c9f8708281acc5.zip
system_core-b415390e74deae0f4c3eb43330c9f8708281acc5.tar.gz
system_core-b415390e74deae0f4c3eb43330c9f8708281acc5.tar.bz2
Merge change 1778 into donut
* changes: init: Create new 'vpn' user/group and set owner of '/dev/tun' to it.
Diffstat (limited to 'include')
-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 a47f2e4..6ed5514 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -49,6 +49,7 @@
#define AID_MEDIA 1013 /* mediaserver process */
#define AID_DHCP 1014 /* dhcp client */
#define AID_SDCARD_RW 1015 /* external storage write access */
+#define AID_VPN 1016 /* vpn system */
#define AID_SHELL 2000 /* adb and debug shell user */
#define AID_CACHE 2001 /* cache access */
@@ -95,6 +96,7 @@ static struct android_id_info android_ids[] = {
{ "net_bt_admin", AID_NET_BT_ADMIN, },
{ "net_bt", AID_NET_BT, },
{ "sdcard_rw", AID_SDCARD_RW, },
+ { "vpn", AID_VPN, },
{ "inet", AID_INET, },
{ "net_raw", AID_NET_RAW, },
{ "misc", AID_MISC, },