From ad5b9c7205ac2a9ac500c6d455bf46f8ab3aafe0 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 23 Feb 2012 16:31:10 -0800 Subject: [PATCH] Put keystore into the drmrpc group The keystore service needs to access hardware crypto devices to fulfill its function on devices with hardware crypto. This role was assigned to the (now misnamed) drmrpc group. Change-Id: Ia32f9e96b4372f0974984451680f9a0f6157aa01 --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 2e8f7d29c..9a5bddf43 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -483,7 +483,7 @@ service mtpd /system/bin/mtpd service keystore /system/bin/keystore /data/misc/keystore class main user keystore - group keystore + group keystore drmrpc socket keystore stream 666 service dumpstate /system/bin/dumpstate -s