diff options
author | Daniel Drown <dan-android@drown.org> | 2012-02-16 10:00:24 -0600 |
---|---|---|
committer | Daniel Drown <dan-android@drown.org> | 2012-10-15 20:22:53 -0500 |
commit | b49183f122956137b8eb3487a19ae980540842c8 (patch) | |
tree | 0d223ed2d016c0ae90f4427fd0d53539036a9251 /include/private/android_filesystem_config.h | |
parent | 51ccef27cab58277775e62518a59666d2a059b62 (diff) | |
download | system_core-b49183f122956137b8eb3487a19ae980540842c8.zip system_core-b49183f122956137b8eb3487a19ae980540842c8.tar.gz system_core-b49183f122956137b8eb3487a19ae980540842c8.tar.bz2 |
Allocate a UID for clatd
clatd(464xlat) runs as its own UID after it drops root privs
Change-Id: I2392f8127dcd90d16b0f20ff31bcc5aa096db464
Signed-off-by: Daniel Drown <dan-android@drown.org>
Diffstat (limited to 'include/private/android_filesystem_config.h')
-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 33ecd9a..6d18680 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 */ @@ -137,6 +138,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 \ |