From 37fcc5d73ebf31b193cda41731a5a9dcb8206473 Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Wed, 3 Jun 2015 14:19:29 -0700 Subject: [PATCH] Move crypt commands to a different listener in vold In order to prevent this bug from happening, we must allow vold cryptfs commands to complete while a long running mount is underway. While waiting for vold to be changed to a binder interface, we will simply create two listeners, one for cryptfs and one for everything else. Bug: 19197175 Change-Id: Ie3d9567819ced7757b0a8f391547f27db944153c --- rootdir/init.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index a3cf6f13b..f1c0a011a 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -546,6 +546,7 @@ service vold /system/bin/vold \ --fsck_context=u:r:fsck:s0 --fsck_untrusted_context=u:r:fsck_untrusted:s0 class core socket vold stream 0660 root mount + socket cryptd stream 0660 root mount ioprio be 2 service netd /system/bin/netd