diff options
author | jp abgrall <jpa@google.com> | 2012-11-12 15:57:02 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-11-12 15:57:02 -0800 |
commit | 3ddc0059bb897c4d7d2e0c6d9812d590388480d1 (patch) | |
tree | 6d7a3570141d6c5418834ffe017565f1433bf55e /include/private | |
parent | 1ca4b7d26a46d7b779a687f43f2c30ea779693de (diff) | |
parent | ee854b077766a85279fa1849b537c50837d1a204 (diff) | |
download | system_core-3ddc0059bb897c4d7d2e0c6d9812d590388480d1.zip system_core-3ddc0059bb897c4d7d2e0c6d9812d590388480d1.tar.gz system_core-3ddc0059bb897c4d7d2e0c6d9812d590388480d1.tar.bz2 |
am ee854b07: Merge "Allocate a UID for clatd"
* commit 'ee854b077766a85279fa1849b537c50837d1a204':
Allocate a UID for clatd
Diffstat (limited to 'include/private')
-rw-r--r-- | include/private/android_filesystem_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 7e34da8..3a2500e 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -62,6 +62,7 @@ #define AID_DRMRPC 1026 /* group for drm rpc */ #define AID_NFC 1027 /* nfc subsystem */ #define AID_SDCARD_R 1028 /* external storage read access */ +#define AID_CLAT 1029 /* clat part of nat464 */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_CACHE 2001 /* cache access */ @@ -139,6 +140,7 @@ static const struct android_id_info android_ids[] = { { "net_bw_acct", AID_NET_BW_ACCT, }, { "misc", AID_MISC, }, { "nobody", AID_NOBODY, }, + { "clat", AID_CLAT, }, }; #define android_id_count \ |