diff options
| author | San Mehat <san@google.com> | 2009-09-05 15:11:50 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-09-05 15:11:50 -0700 |
| commit | f914c821e15c815cca65fd837d9ee45170bced3d (patch) | |
| tree | 76dd259f767a866b4c70fbb996f0d413b84847ff /rootdir | |
| parent | bb59b7a5c9444c4fccae10d5a4b00165d47007eb (diff) | |
| parent | 82a6014d90c94a2032e014901917e1d503475d5e (diff) | |
| download | system_core-f914c821e15c815cca65fd837d9ee45170bced3d.tar.gz system_core-f914c821e15c815cca65fd837d9ee45170bced3d.tar.bz2 system_core-f914c821e15c815cca65fd837d9ee45170bced3d.zip | |
am 82a6014d: rootdir: init.rc: Allow all processes access to /data/dontpanic
Merge commit '82a6014d90c94a2032e014901917e1d503475d5e' into eclair-plus-aosp
* commit '82a6014d90c94a2032e014901917e1d503475d5e':
rootdir: init.rc: Allow all processes access to /data/dontpanic
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index a38c1692..568fefe5 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -70,7 +70,8 @@ loglevel 3 # storing dumps on platforms which do not have a dedicated dump partition. mkdir /data/dontpanic - chmod 0770 /data/dontpanic + # STOPSHIP! + chmod 0777 /data/dontpanic # Collect apanic data, free resources and re-arm trigger copy /proc/apanic_console /data/dontpanic/apanic_console |
