am 489797c2: Merge "Add new AID shared by all apps in a profile"
* commit '489797c2cbf9e22ea64dc9b88dec8271129e77bd': Add new AID shared by all apps in a profile
This commit is contained in:
commit
e948c9faaa
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,7 @@
|
||||||
#define AID_NET_BW_ACCT 3007 /* change bandwidth statistics accounting */
|
#define AID_NET_BW_ACCT 3007 /* change bandwidth statistics accounting */
|
||||||
#define AID_NET_BT_STACK 3008 /* bluetooth: access config files */
|
#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_MISC 9998 /* access to misc storage */
|
||||||
#define AID_NOBODY 9999
|
#define AID_NOBODY 9999
|
||||||
|
|
||||||
|
|
@ -169,6 +170,7 @@ static const struct android_id_info android_ids[] = {
|
||||||
{ "net_bw_acct", AID_NET_BW_ACCT, },
|
{ "net_bw_acct", AID_NET_BW_ACCT, },
|
||||||
{ "net_bt_stack", AID_NET_BT_STACK, },
|
{ "net_bt_stack", AID_NET_BT_STACK, },
|
||||||
|
|
||||||
|
{ "everybody", AID_EVERYBODY, },
|
||||||
{ "misc", AID_MISC, },
|
{ "misc", AID_MISC, },
|
||||||
{ "nobody", AID_NOBODY, },
|
{ "nobody", AID_NOBODY, },
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue