diff options
| author | Doug Zongker <dougz@android.com> | 2009-11-19 16:52:02 -0800 |
|---|---|---|
| committer | Doug Zongker <dougz@android.com> | 2009-11-19 16:52:02 -0800 |
| commit | eb67fac4723892ac8ae3fae87c05e776c49029c5 (patch) | |
| tree | 3619c48fe5ca2586581077be0fbd38a575c00a1f /rootdir/init.rc | |
| parent | 65b109a246cc7c21da398ccf02083b2abd84f669 (diff) | |
| download | system_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.rc | 2 |
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 |
