summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Tinker2011-09-30 14:40:25 -0500
committerJeffrey Tinker2011-09-30 14:40:25 -0500
commit7005c0375416abb595721fe9c1324ed7356beb02 (patch)
treed48cb2be2494d4e239ffbc9f1c4d90152e35168e
parent26833f5724dbbdf37fe9c8485c1b3e674d4a9b11 (diff)
downloadplatform-system-core-7005c0375416abb595721fe9c1324ed7356beb02.tar.gz
platform-system-core-7005c0375416abb595721fe9c1324ed7356beb02.tar.xz
platform-system-core-7005c0375416abb595721fe9c1324ed7356beb02.zip
Create drmrpc group for security services
Bug 4598045 Change-Id: I5550203927146fd6864408b3ac2f5e6f5d2b1d77
-rw-r--r--include/private/android_filesystem_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 048864cd6..2cc673f39 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -59,6 +59,7 @@
59#define AID_MEDIA_RW 1023 /* internal media storage write access */ 59#define AID_MEDIA_RW 1023 /* internal media storage write access */
60#define AID_MTP 1024 /* MTP USB driver access */ 60#define AID_MTP 1024 /* MTP USB driver access */
61#define AID_NFC 1025 /* nfc subsystem */ 61#define AID_NFC 1025 /* nfc subsystem */
62#define AID_DRMRPC 1026 /* group for drm rpc */
62 63
63#define AID_SHELL 2000 /* adb and debug shell user */ 64#define AID_SHELL 2000 /* adb and debug shell user */
64#define AID_CACHE 2001 /* cache access */ 65#define AID_CACHE 2001 /* cache access */
@@ -105,6 +106,7 @@ static const struct android_id_info android_ids[] = {
105 { "drm", AID_DRM, }, 106 { "drm", AID_DRM, },
106 { "available", AID_AVAILABLE, }, 107 { "available", AID_AVAILABLE, },
107 { "nfc", AID_NFC, }, 108 { "nfc", AID_NFC, },
109 { "drmrpc", AID_DRMRPC, },
108 { "shell", AID_SHELL, }, 110 { "shell", AID_SHELL, },
109 { "cache", AID_CACHE, }, 111 { "cache", AID_CACHE, },
110 { "diag", AID_DIAG, }, 112 { "diag", AID_DIAG, },