diff options
| author | Robin Lee <rgl@google.com> | 2014-06-04 18:45:01 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-06-04 18:45:02 +0000 |
| commit | 489797c2cbf9e22ea64dc9b88dec8271129e77bd (patch) | |
| tree | 71638841cfac1eb0564c0af560cf6e060451e7bc /include | |
| parent | 60ca7a222315569c043e23a515cd990d2857df17 (diff) | |
| parent | b3ef03951cecf4515d0cba759fb1b94c34111adc (diff) | |
| download | system_core-489797c2cbf9e22ea64dc9b88dec8271129e77bd.tar.gz system_core-489797c2cbf9e22ea64dc9b88dec8271129e77bd.tar.bz2 system_core-489797c2cbf9e22ea64dc9b88dec8271129e77bd.zip | |
Merge "Add new AID shared by all apps in a profile"
Diffstat (limited to 'include')
| -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 f5289c180..03b3506de 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -94,6 +94,7 @@ #define AID_NET_BW_ACCT 3007 /* change bandwidth statistics accounting */ #define AID_NET_BT_STACK 3008 /* bluetooth: access config files */ +#define AID_EVERYBODY 9997 /* shared between all apps in the same profile */ #define AID_MISC 9998 /* access to misc storage */ #define AID_NOBODY 9999 @@ -169,6 +170,7 @@ static const struct android_id_info android_ids[] = { { "net_bw_acct", AID_NET_BW_ACCT, }, { "net_bt_stack", AID_NET_BT_STACK, }, + { "everybody", AID_EVERYBODY, }, { "misc", AID_MISC, }, { "nobody", AID_NOBODY, }, }; |
