am 6181f70
: Merge change 484 into donut
Merge commit '6181f70bd40fd020661841923e725df75a3a2793' * commit '6181f70bd40fd020661841923e725df75a3a2793': filesystem: Add new group 'sdcard_rw' for restricting sd card write access
This commit is contained in:
commit
9fe0f0d14d
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
#define AID_INSTALL 1012 /* group for installing packages */
|
||||
#define AID_MEDIA 1013 /* mediaserver process */
|
||||
#define AID_DHCP 1014 /* dhcp client */
|
||||
#define AID_SDCARD_RW 1015 /* external storage write access */
|
||||
|
||||
#define AID_SHELL 2000 /* adb and debug shell user */
|
||||
#define AID_CACHE 2001 /* cache access */
|
||||
|
@ -93,6 +94,7 @@ static struct android_id_info android_ids[] = {
|
|||
{ "diag", AID_DIAG, },
|
||||
{ "net_bt_admin", AID_NET_BT_ADMIN, },
|
||||
{ "net_bt", AID_NET_BT, },
|
||||
{ "sdcard_rw", AID_SDCARD_RW, },
|
||||
{ "inet", AID_INET, },
|
||||
{ "net_raw", AID_NET_RAW, },
|
||||
{ "misc", AID_MISC, },
|
||||
|
|
Loading…
Reference in a new issue