From eb67fac4723892ac8ae3fae87c05e776c49029c5 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Thu, 19 Nov 2009 16:52:02 -0800 Subject: [PATCH] change /cache/recovery group to cache To unbundle system update, we need users other than system to be able to write the /cache/recovery directory. --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index f62d1d816..cd3fd9e36 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -97,7 +97,7 @@ loglevel 3 chmod 0770 /cache # This may have been created by the recovery system with odd permissions - chown system system /cache/recovery + chown system cache /cache/recovery chmod 0770 /cache/recovery #change permissions on vmallocinfo so we can grab it from bugreports