From 7005c0375416abb595721fe9c1324ed7356beb02 Mon Sep 17 00:00:00 2001 From: Jeffrey Tinker Date: Fri, 30 Sep 2011 12:40:25 -0700 Subject: [PATCH] Create drmrpc group for security services Bug 4598045 Change-Id: I5550203927146fd6864408b3ac2f5e6f5d2b1d77 --- include/private/android_filesystem_config.h | 2 ++ 1 file changed, 2 insertions(+) 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 @@ #define AID_MEDIA_RW 1023 /* internal media storage write access */ #define AID_MTP 1024 /* MTP USB driver access */ #define AID_NFC 1025 /* nfc subsystem */ +#define AID_DRMRPC 1026 /* group for drm rpc */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_CACHE 2001 /* cache access */ @@ -105,6 +106,7 @@ static const struct android_id_info android_ids[] = { { "drm", AID_DRM, }, { "available", AID_AVAILABLE, }, { "nfc", AID_NFC, }, + { "drmrpc", AID_DRMRPC, }, { "shell", AID_SHELL, }, { "cache", AID_CACHE, }, { "diag", AID_DIAG, },