diff options
author | Doug Zongker <dougz@android.com> | 2013-01-29 09:04:53 -0800 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2013-01-29 10:37:51 -0800 |
commit | 0fe9742e385f7641a1f6272699349510ac57da9d (patch) | |
tree | 54d1145d939eda4d20518c00fdbc52b207f87fb2 | |
parent | 367f1e4b0aaaf7f725e686b5b40845cbb5c07a42 (diff) | |
download | system_core-0fe9742e385f7641a1f6272699349510ac57da9d.zip system_core-0fe9742e385f7641a1f6272699349510ac57da9d.tar.gz system_core-0fe9742e385f7641a1f6272699349510ac57da9d.tar.bz2 |
add AID_LOOP_RADIO for control of loop radio device
Change-Id: I1e996dfbaa0f187ec87b5318a214ab0b852193cc
-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..60ad1d6 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_LOOP_RADIO 1029 /* loop radio devices */ #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_admin", AID_NET_ADMIN, }, { "net_bw_stats", AID_NET_BW_STATS, }, { "net_bw_acct", AID_NET_BW_ACCT, }, + { "loop_radio", AID_LOOP_RADIO, }, { "misc", AID_MISC, }, { "nobody", AID_NOBODY, }, }; |