aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir/init.rc
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-11-19 16:52:02 -0800
committerDoug Zongker <dougz@android.com>2009-11-19 16:52:02 -0800
commiteb67fac4723892ac8ae3fae87c05e776c49029c5 (patch)
tree3619c48fe5ca2586581077be0fbd38a575c00a1f /rootdir/init.rc
parent65b109a246cc7c21da398ccf02083b2abd84f669 (diff)
downloadsystem_core-eb67fac4723892ac8ae3fae87c05e776c49029c5.tar.gz
system_core-eb67fac4723892ac8ae3fae87c05e776c49029c5.tar.bz2
system_core-eb67fac4723892ac8ae3fae87c05e776c49029c5.zip
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.
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r--rootdir/init.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index f62d1d81..cd3fd9e3 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