Add new AID_MEDIA_RW group to control write access to /data/media
BUG: 3113970 Change-Id: I233bd57e36d1e65847ead503e378304a958f492d Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
parent
4640fc0504
commit
2e0047bdc0
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,7 @@
|
|||
#define AID_DRMIO 1020 /* DRM IO server */
|
||||
#define AID_GPS 1021 /* GPS daemon */
|
||||
#define AID_NFC 1022 /* nfc subsystem */
|
||||
#define AID_MEDIA_RW 1023 /* internal media storage write access */
|
||||
|
||||
#define AID_SHELL 2000 /* adb and debug shell user */
|
||||
#define AID_CACHE 2001 /* cache access */
|
||||
|
|
@ -106,6 +107,7 @@ static const struct android_id_info android_ids[] = {
|
|||
{ "net_bt_admin", AID_NET_BT_ADMIN, },
|
||||
{ "net_bt", AID_NET_BT, },
|
||||
{ "sdcard_rw", AID_SDCARD_RW, },
|
||||
{ "media_rw", AID_MEDIA_RW, },
|
||||
{ "vpn", AID_VPN, },
|
||||
{ "keystore", AID_KEYSTORE, },
|
||||
{ "usb", AID_USB, },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue